We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a144aa commit cf58352Copy full SHA for cf58352
include/fcarouge/utility.hpp
@@ -83,12 +83,6 @@ template <typename... Types> using pack = internal::pack<Types...>;
83
//! @details A `pack` type with no composed types.
84
using empty_pack = internal::empty_pack;
85
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
-
92
//! @brief The matrix type satisfying `X * Row = Column`.
93
//!
94
//! @details The resulting type of a matrix division. The resulting matrix type
0 commit comments