<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Matrix type deduction. More...
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.
matrix_t | List of matrix types. The last type must be an int. |