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

Concept for matrices that can be converted to a legacy matrix. More...

#include <concepts.hpp>

Detailed Description

Concept for matrices that can be converted to a legacy matrix.

A legacy matrix is a matrix that can be converted to tlapack::legacy::Matrix. The conversion is performed by calling legacy_matrix(const T&), which should be callable from the namespace tlapack. The layout of the matrix, tlapack::layout<matrix_t>, must be either tlapack::Layout::ColMajor or tlapack::Layout::RowMajor.

Template Parameters
matrix_tMatrix type.

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