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

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h366 struct traits<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false> >
367 : traits<ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false>, Lhs, Rhs> >
372 struct SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false> struct in namespace:Eigen
373 : public ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false>, Lhs, Rhs >
375 EIGEN_PRODUCT_PUBLIC_INTERFACE(SelfadjointProductMatrix)
377 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
H A DSelfadjointMatrixVector.h166 struct traits<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true> >
167 : traits<ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true>, Lhs, Rhs> >
172 struct SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true> struct in namespace:Eigen
173 : public ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true>, Lhs, Rhs >
175 EIGEN_PRODUCT_PUBLIC_INTERFACE(SelfadjointProductMatrix)
181 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
246 struct traits<SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false> >
247 : traits<ProductBase<SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false>, Lhs, Rhs> >
252 struct SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false> struct in namespace:Eigen
253 : public ProductBase<SelfadjointProductMatrix<Lh
261 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
[all...]

Completed in 103 milliseconds