Home | History | Annotate | Download | only in Core

Lines Matching defs:coeffRef

15 # define EIGEN_INITIALIZE_BY_ZERO_IF_THAT_OPTION_IS_ENABLED for(int i=0;i<base().size();++i) coeffRef(i)=Scalar(0);
135 EIGEN_STRONG_INLINE Scalar& coeffRef(Index row, Index col)
143 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index)
148 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index row, Index col) const
156 EIGEN_STRONG_INLINE const Scalar& coeffRef(Index index) const