| all_values_are_zero() const (defined in DICe::Matrix< Type, Rows, Cols >) | DICe::Matrix< Type, Rows, Cols > | inline |
| cols() const | DICe::Matrix< Type, Rows, Cols > | inline |
| cols_ | DICe::Matrix< Type, Rows, Cols > | private |
| condition_number() (defined in DICe::Matrix< Type, Rows, Cols >) | DICe::Matrix< Type, Rows, Cols > | inline |
| copy(const Matrix< RType, RRows, RCols > &rhs) | DICe::Matrix< Type, Rows, Cols > | inline |
| data() | DICe::Matrix< Type, Rows, Cols > | inline |
| data_ | DICe::Matrix< Type, Rows, Cols > | private |
| diag(const Type &value, const size_t size=Rows) | DICe::Matrix< Type, Rows, Cols > | inlinestatic |
| identity(const size_t size=Rows) (defined in DICe::Matrix< Type, Rows, Cols >) | DICe::Matrix< Type, Rows, Cols > | inlinestatic |
| int_work_ | DICe::Matrix< Type, Rows, Cols > | private |
| inv() | DICe::Matrix< Type, Rows, Cols > | inline |
| lapack_ | DICe::Matrix< Type, Rows, Cols > | private |
| Matrix(const size_t rows=Rows, const size_t cols=Cols) | DICe::Matrix< Type, Rows, Cols > | inline |
| Matrix(Matrix const &in) | DICe::Matrix< Type, Rows, Cols > | inline |
| Matrix(std::initializer_list< std::initializer_list< Type > > list) | DICe::Matrix< Type, Rows, Cols > | inline |
| max() const | DICe::Matrix< Type, Rows, Cols > | inline |
| min() const | DICe::Matrix< Type, Rows, Cols > | inline |
| norm() const | DICe::Matrix< Type, Rows, Cols > | inline |
| norm(Matrix< Type, Rows, Cols > matrix) | DICe::Matrix< Type, Rows, Cols > | inlinestatic |
| operator!=(const Matrix< Type, Rows, Cols > &lhs, const Matrix< Type, RRows, RCols > &rhs) | DICe::Matrix< Type, Rows, Cols > | friend |
| operator()(const size_t row, const size_t col) | DICe::Matrix< Type, Rows, Cols > | inline |
| operator()(const size_t row, const size_t col) const | DICe::Matrix< Type, Rows, Cols > | inline |
| operator()(const size_t index) | DICe::Matrix< Type, Rows, Cols > | inline |
| operator()(const size_t index) const | DICe::Matrix< Type, Rows, Cols > | inline |
| operator*(const Matrix< RType, RRows, RCols > &rhs) const | DICe::Matrix< Type, Rows, Cols > | inline |
| operator+(const Matrix< Type, RRows, RCols > &rhs) const | DICe::Matrix< Type, Rows, Cols > | inline |
| operator-(const Matrix< Type, RRows, RCols > &rhs) const | DICe::Matrix< Type, Rows, Cols > | inline |
| operator<<(std::ostream &os, const Matrix< Type, Rows, Cols > &matrix) | DICe::Matrix< Type, Rows, Cols > | friend |
| operator=(const Matrix< Type, RRows, RCols > &rhs) | DICe::Matrix< Type, Rows, Cols > | inline |
| operator==(const Matrix< Type, Rows, Cols > &lhs, const Matrix< Type, RRows, RCols > &rhs) | DICe::Matrix< Type, Rows, Cols > | friend |
| operator[](const size_t index) const | DICe::Matrix< Type, Rows, Cols > | inline |
| put_value(const Type &value) | DICe::Matrix< Type, Rows, Cols > | inline |
| rows() const | DICe::Matrix< Type, Rows, Cols > | inline |
| rows_ | DICe::Matrix< Type, Rows, Cols > | private |
| scalar_work_ (defined in DICe::Matrix< Type, Rows, Cols >) | DICe::Matrix< Type, Rows, Cols > | private |
| scale_by(const Type &value) | DICe::Matrix< Type, Rows, Cols > | inline |
| size() const | DICe::Matrix< Type, Rows, Cols > | inline |
| storage_cols() const | DICe::Matrix< Type, Rows, Cols > | inline |
| storage_rows() const | DICe::Matrix< Type, Rows, Cols > | inline |
| storage_size() const | DICe::Matrix< Type, Rows, Cols > | inline |
| transpose() const | DICe::Matrix< Type, Rows, Cols > | inline |
| validate_dimensions(const Matrix< RType, RRows, RCols > &rhs) const | DICe::Matrix< Type, Rows, Cols > | inline |
| Vector typedef | DICe::Matrix< Type, Rows, Cols > | |
| ~Matrix() | DICe::Matrix< Type, Rows, Cols > | inlinevirtual |