lin
|
Go to the source code of this file.
Functions | |
template<typename T , size_t R, size_t C, size_t MR = R, size_t MC = C> | |
constexpr auto | lin::identity (size_t r=MR, size_t c=MC) |
Creates a stream which evaluates to an identity matrix. More... | |
template<class C , std::enable_if_t< internal::has_traits< C >::value, size_t > = 0> | |
constexpr auto | lin::identity (size_t r=C::Traits::max_rows, size_t c=C::Traits::max_cols) |
Creates a stream which evaluates to an identity matrix. More... | |