Skip to content

Commit 7487565

Browse files
committed
transpose math
1 parent 4dc6753 commit 7487565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/multi/array_ref.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ class const_subarray : public array_types<T, D, ElementPtr, Layout> {
17361736
}
17371737

17381738
public:
1739-
/// A transpose view (stem:[A^T]), that exchanges the first two indices
1739+
/// A transpose view \f$A^T\f$), that exchanges the first two indices
17401740
BOOST_MULTI_HD constexpr auto transposed() const& -> const_subarray { return transposed_aux_(); } // cppcheck-suppress duplInheritedMember ; to overwrite
17411741

17421742
BOOST_MULTI_FRIEND_CONSTEXPR BOOST_MULTI_HD auto operator~(const_subarray const& self) -> const_subarray { return self.transposed(); }

0 commit comments

Comments
 (0)