Dense row-major real matrix interface.
More...
#include <concepts.hpp>
template<class A>
{ ca.rows() } -> std::convertible_to<idx>;
{ ca.cols() } -> std::convertible_to<idx>;
{ ca(i, j) } -> std::convertible_to<real>;
{ a(i, j) } -> std::convertible_to<real>;
}
Dense row-major real matrix interface.
Dense row-major real matrix interface.
Definition at line 33 of file concepts.hpp.