Loading [MathJax]/extensions/TeX/AMSmath.js
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: