This is the complete list of members for eagine::math::matrix< T, C, R, RM, V >, including all inherited members.
element_type typedef | eagine::math::matrix< T, C, R, RM, V > | |
from(const P *dt, span_size_t sz) noexcept -> matrix | eagine::math::matrix< T, C, R, RM, V > | inlinestatic |
from(const matrix< P, M, N, RM, W > &m) noexcept -> std::enable_if_t<(C<=M) &&(R<=N), matrix > | eagine::math::matrix< T, C, R, RM, V > | inlinestatic |
operator[](int i) const noexcept -> const vector< T, RM ? C :R, V > | eagine::math::matrix< T, C, R, RM, V > | inline |