HomeSort by relevance Sort by last modified time
    Searched refs:SelfadjointProductMatrix (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 173 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>
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) {}
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>
260 : public ProductBase<SelfadjointProductMatrix<Lhs,0,true,Rhs,RhsMode,false>, Lhs, Rhs
    [all...]
SelfadjointMatrixMatrix.h 386 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>
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) {}
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 50 struct SelfadjointProductMatrix;
106 SelfadjointProductMatrix<MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime>
109 return SelfadjointProductMatrix
116 SelfadjointProductMatrix<OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false>
119 return SelfadjointProductMatrix

Completed in 141 milliseconds