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

  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 90 struct generic_product_impl<Lhs, Rhs, SparseShape, SparseTriangularShape, ProductType>
96 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, SparseShape, ProductType>
SparseUtil.h 137 struct SparseTriangularShape { static std::string debugName() { return "SparseTriangularShape"; } };
141 template<> struct glue_shapes<SparseShape,TriangularShape > { typedef SparseTriangularShape type; };
SparseAssign.h 65 template<> struct AssignmentKind<SparseShape, SparseTriangularShape> { typedef Sparse2Sparse Kind; };
67 template<> struct AssignmentKind<DenseShape, SparseTriangularShape> { typedef Sparse2Dense Kind; };
SparseDenseProduct.h 174 struct generic_product_impl<Lhs, Rhs, SparseTriangularShape, DenseShape, ProductType>
199 struct generic_product_impl<Lhs, Rhs, DenseShape, SparseTriangularShape, ProductType>

Completed in 74 milliseconds