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

  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 140 template<> struct glue_shapes<SparseShape,SelfAdjointShape> { typedef SparseSelfAdjointShape type; }; struct in namespace:Eigen::internal
141 template<> struct glue_shapes<SparseShape,TriangularShape > { typedef SparseTriangularShape type; }; struct in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 657 template<typename S1, typename S2> struct glue_shapes;
658 template<> struct glue_shapes<DenseShape,TriangularShape> { typedef TriangularShape type; };
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 709 typedef typename glue_shapes<typename evaluator_traits<MatrixType>::Shape, TriangularShape>::type Shape;
    [all...]

Completed in 144 milliseconds