Skip to content

Commit cf58352

Browse files
[utility] remove unecessary transpose object exposition (#346)
1 parent 0a144aa commit cf58352

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/fcarouge/utility.hpp

-6
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ template <typename... Types> using pack = internal::pack<Types...>;
8383
//! @details A `pack` type with no composed types.
8484
using empty_pack = internal::empty_pack;
8585

86-
//! @brief A user-definable transposition object function.
87-
//!
88-
//! @details Implemented for known libraries. User-definable in other cases.
89-
//! Transposes the matrix.
90-
using transpose = internal::transpose;
91-
9286
//! @brief The matrix type satisfying `X * Row = Column`.
9387
//!
9488
//! @details The resulting type of a matrix division. The resulting matrix type

0 commit comments

Comments
 (0)