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

/external/eigen/Eigen/src/Core/
H A DBandMatrix.h237 class BandMatrixWrapper;
240 struct traits<BandMatrixWrapper<_CoefficientsType,_Rows,_Cols,_Supers,_Subs,_Options> >
261 class BandMatrixWrapper : public BandMatrixBase<BandMatrixWrapper<_CoefficientsType,_Rows,_Cols,_Supers,_Subs,_Options> > class in namespace:Eigen::internal
265 typedef typename internal::traits<BandMatrixWrapper>::Scalar Scalar;
266 typedef typename internal::traits<BandMatrixWrapper>::CoefficientsType CoefficientsType;
267 typedef typename internal::traits<BandMatrixWrapper>::Index Index;
269 inline BandMatrixWrapper(const CoefficientsType& coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs) function in class:Eigen::internal::BandMatrixWrapper

Completed in 237 milliseconds