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

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h386 struct traits<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false> >
387 : traits<ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false>, Lhs, Rhs> >
392 struct SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false> struct in namespace:Eigen
393 : public ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,RhsMode,false>, Lhs, Rhs >
395 EIGEN_PRODUCT_PUBLIC_INTERFACE(SelfadjointProductMatrix)
397 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
H A DSelfadjointMatrixVector.h173 struct traits<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true> >
174 : traits<ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true>, Lhs, Rhs> >
179 struct SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true> struct in namespace:Eigen
180 : public ProductBase<SelfadjointProductMatrix<Lhs,LhsMode,false,Rhs,0,true>, Lhs, Rhs >
182 EIGEN_PRODUCT_PUBLIC_INTERFACE(SelfadjointProductMatrix)
188 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
253 struct traits<SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false> >
254 : traits<ProductBase<SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false>, Lhs, Rhs> >
259 struct SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false> struct in namespace:Eigen
260 : public ProductBase<SelfadjointProductMatrix<Lh
268 SelfadjointProductMatrix(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {} function in struct:Eigen::SelfadjointProductMatrix
[all...]

Completed in 367 milliseconds