<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::traits::matrix_type_traits< matrix_t > Struct Template Reference

Matrix type deduction. More...

Detailed Description

template<class... matrix_t>
struct tlapack::traits::matrix_type_traits< matrix_t >

Matrix type deduction.

The deduction for one and two types must be implemented elsewhere. For example, the plugins for Eigen and mdspan matrices have their own implementation. The deduction for three or more types is implemented here. Use tlapack::matrix_type alias to get the deduced type.

Template Parameters
matrix_tList of matrix types. The last type must be an int.

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