cholesky() (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
getCols() const (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
getRows() const (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
Matrix() (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
Matrix(const std::initializer_list< T > &init) (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
Matrix(const std::array< std::array< T, cols >, rows > &init) (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
operator()(unsigned int row, unsigned int col) (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
operator()(unsigned int row, unsigned int col) const (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
operator*(const Matrix< T, cols, colsOther > &other) const (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
ptr() (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
ptr() const (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |
transpose() (defined in libCalib::Matrix< T, rows, cols >) | libCalib::Matrix< T, rows, cols > | inline |