Skip to content

Commit

Permalink
Update ComplexMatrixMultiply.h
Browse files Browse the repository at this point in the history
Fixed strange formatting.
  • Loading branch information
odlomax authored Feb 2, 2024
1 parent c1abc2a commit fb64d8f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ class ComplexMatrixMultiply {
}

private:
template <typename View, typename Index>

/// @brief Makes the slice arrayView.slice(index, Range::all()...).
template <typename View, typename Index>
static auto sliceColumn(View& arrayView, Index index) {
constexpr auto Rank = std::decay_t<View>::rank();
using RangeAll = decltype(array::Range::all());
Expand Down

0 comments on commit fb64d8f

Please sign in to comment.