TDLS 0.2.0
Tiny Device-callable Linear Solvers
Loading...
Searching...
No Matches
tdls::detail::matrix_scalar_of< MatrixType > Struct Template Reference

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
 

Detailed Description

template<typename MatrixType>
struct tdls::detail::matrix_scalar_of< MatrixType >

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.

Template Parameters
MatrixTypedense matrix type

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