<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
TransposableMatrix Interface Reference

Concept for a matrix that can be transposed. More...

#include <concepts.hpp>

Detailed Description

Concept for a matrix that can be transposed.

A transposable matrix is a tlapack::concepts::Matrix that can be transposed. Ideally, the transpose operation must not involve dynamic memory allocation, so that the resulting transposed matrix is a view for the same data in the original matrix. The operation transpose_view(matrix_t&) must be callable from the namespace tlapack.

Template Parameters
matrix_tMatrix type.

The documentation for this interface was generated from the following file: