Augmented(const M &mat) const | molecular::util::Matrix< rows, cols, T > | inline |
Get() const | molecular::util::Matrix< rows, cols, T > | inline |
Identity() | molecular::util::Matrix< rows, cols, T > | inlinestatic |
Inverse() const | molecular::util::Matrix< rows, cols, T > | |
kCols | molecular::util::Matrix< rows, cols, T > | static |
kRows | molecular::util::Matrix< rows, cols, T > | static |
m | molecular::util::Matrix< rows, cols, T > | protected |
Matrix()=default | molecular::util::Matrix< rows, cols, T > | |
Matrix(const T values[rows *cols]) | molecular::util::Matrix< rows, cols, T > | inline |
Matrix(const T values[rows][cols]) | molecular::util::Matrix< rows, cols, T > | inline |
Matrix(std::initializer_list< T > init) | molecular::util::Matrix< rows, cols, T > | inline |
Matrix(const Eigen::MatrixBase< OtherDerived > &other) | molecular::util::Matrix< rows, cols, T > | inline |
operator()(int row, int col) const | molecular::util::Matrix< rows, cols, T > | inline |
operator()(int row, int col) | molecular::util::Matrix< rows, cols, T > | inline |
operator*(const M &mat) const | molecular::util::Matrix< rows, cols, T > | inline |
operator*(ValueType s) const | molecular::util::Matrix< rows, cols, T > | inline |
operator*=(const Matrix &mat) | molecular::util::Matrix< rows, cols, T > | inline |
operator*=(ValueType s) | molecular::util::Matrix< rows, cols, T > | inline |
operator+(const Matrix &mat) const | molecular::util::Matrix< rows, cols, T > | inline |
operator+=(const Matrix &mat) | molecular::util::Matrix< rows, cols, T > | inline |
operator/=(ValueType s) | molecular::util::Matrix< rows, cols, T > | inline |
operator=(const Eigen::MatrixBase< OtherDerived > &other) | molecular::util::Matrix< rows, cols, T > | inline |
operator[](int row) | molecular::util::Matrix< rows, cols, T > | inline |
operator[](int row) const | molecular::util::Matrix< rows, cols, T > | inline |
Print() const | molecular::util::Matrix< rows, cols, T > | inline |
SetIdentity() | molecular::util::Matrix< rows, cols, T > | inline |
SubMatrixLeft() const | molecular::util::Matrix< rows, cols, T > | |
SubMatrixRight() const | molecular::util::Matrix< rows, cols, T > | |
ToEigen() | molecular::util::Matrix< rows, cols, T > | inline |
ToEigen() const | molecular::util::Matrix< rows, cols, T > | inline |
Trace() const | molecular::util::Matrix< rows, cols, T > | inline |
Transposed() const | molecular::util::Matrix< rows, cols, T > | inline |
ValueType typedef | molecular::util::Matrix< rows, cols, T > | |
Zeros() | molecular::util::Matrix< rows, cols, T > | inlinestatic |