Home | History | Annotate | Download | only in Eigen2Support

Lines Matching refs:Index

62                        Index row, Index col)
71 inline Index rows() const { return m_matrix.rows() - 1; }
72 inline Index cols() const { return m_matrix.cols() - 1; }
74 inline Scalar& coeffRef(Index row, Index col)
79 inline const Scalar coeff(Index row, Index col) const
86 const Index m_row, m_col;
101 MatrixBase<Derived>::minor(Index row, Index col)
110 MatrixBase<Derived>::minor(Index row, Index col) const