|
TDLS 0.2.0
Tiny Device-callable Linear Solvers
|
Scalar type of a dense matrix argument, read from its storage description; a matrix argument without storage_traits is rejected here with an explicit message. More...
#include <adaptors.hpp>
Public Types | |
| using | type = typename storage_traits<std::remove_cv_t<MatrixType>>::value_type |
| scalar type of the matrix | |
Scalar type of a dense matrix argument, read from its storage description; a matrix argument without storage_traits is rejected here with an explicit message.
| MatrixType | dense matrix type |