Searched defs:CoefficientsType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBandMatrix.h36 typedef typename internal::traits<Derived>::CoefficientsType CoefficientsType; typedef in class:Eigen::internal::BandMatrixBase
60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); }
63 inline CoefficientsType& coeffs() { return derived().coeffs(); }
68 inline Block<CoefficientsType,Dynamic,1> col(Index i)
80 return Block<CoefficientsType,Dynamic,1>(coeffs(), start, i, len, 1);
84 inline Block<CoefficientsType,1,SizeAtCompileTime> diagonal()
85 { return Block<CoefficientsType,1,SizeAtCompileTime>(coeffs(),supers(),0,1,(std::min)(rows(),cols())); }
88 inline const Block<const CoefficientsType,1,SizeAtCompileTime> diagonal() const
89 { return Block<const CoefficientsType,
195 typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> CoefficientsType; typedef in struct:Eigen::internal::traits
205 typedef typename internal::traits<BandMatrix>::CoefficientsType CoefficientsType; typedef in class:Eigen::internal::BandMatrix
257 typedef _CoefficientsType CoefficientsType; typedef in struct:Eigen::internal::traits
266 typedef typename internal::traits<BandMatrixWrapper>::CoefficientsType CoefficientsType; typedef in class:Eigen::internal::BandMatrixWrapper
[all...]

Completed in 93 milliseconds