<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
tlapack::concepts::ConstructableMatrix Concept Reference

Concept definition

template<typename matrix_t>
std::vector<type_t<matrix_t>>& v, type_t<matrix_t>* ptr)
{
{
Create<matrix_t>()(v, 2, 3)
}
->Matrix<>;
{
}
->Matrix<>;
}
Definition concepts.hpp:767
Definition concepts.hpp:814
Definition concepts.hpp:330
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113