This is the complete list of members for copp::MatrixRef, including all inherited members.
| cols() const noexcept | copp::MatrixRef | inline |
| column_major(double *data, std::size_t rows, std::size_t cols) noexcept | copp::MatrixRef | inlinestatic |
| data() const noexcept | copp::MatrixRef | inline |
| leading_dim() const noexcept | copp::MatrixRef | inline |
| MatrixRef() noexcept=default | copp::MatrixRef | |
| MatrixRef(double *data, std::size_t rows, std::size_t cols, std::size_t leading_dim) noexcept | copp::MatrixRef | inline |
| operator()(std::size_t row, std::size_t col) const noexcept | copp::MatrixRef | inline |
| rows() const noexcept | copp::MatrixRef | inline |
| strided_column_major(double *data, std::size_t rows, std::size_t cols, std::size_t leading_dim) noexcept | copp::MatrixRef | inlinestatic |