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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector.h 151 struct traits<TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,true> >
152 : traits<ProductBase<TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,true>, Lhs, Rhs> >
156 struct traits<TriangularProduct<Mode,LhsIsTriangular,Lhs,true,Rhs,false> >
157 : traits<ProductBase<TriangularProduct<Mode,LhsIsTriangular,Lhs,true,Rhs,false>, Lhs, Rhs> >
167 struct TriangularProduct<Mode,true,Lhs,false,Rhs,true>
168 : public ProductBase<TriangularProduct<Mode,true,Lhs,false,Rhs,true>, Lhs, Rhs >
170 EIGEN_PRODUCT_PUBLIC_INTERFACE(TriangularProduct)
172 TriangularProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {}
183 struct TriangularProduct<Mode,false,Lhs,true,Rhs,false>
184 : public ProductBase<TriangularProduct<Mode,false,Lhs,true,Rhs,false>, Lhs, Rhs
    [all...]
TriangularMatrixMatrix.h 353 struct traits<TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,false> >
354 : traits<ProductBase<TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,false>, Lhs, Rhs> >
360 struct TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,false>
361 : public ProductBase<TriangularProduct<Mode,LhsIsTriangular,Lhs,false,Rhs,false>, Lhs, Rhs >
363 EIGEN_PRODUCT_PUBLIC_INTERFACE(TriangularProduct)
365 TriangularProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) {}
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 156 struct TriangularProduct;
281 TriangularProduct<Mode,true,MatrixType,false,OtherDerived, OtherDerived::IsVectorAtCompileTime>
284 return TriangularProduct
291 TriangularProduct<Mode,false,OtherDerived,OtherDerived::IsVectorAtCompileTime,MatrixType,false>
294 return TriangularProduct

Completed in 62 milliseconds