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

  /external/eigen/unsupported/test/
sparse_extra.cpp 17 template<typename SetterType,typename DenseType, typename Scalar, int Options>
18 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
35 template<typename SetterType,typename DenseType, typename T>
36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
  /external/eigen/test/eigen2/
eigen2_sparse_basic.cpp 12 template<typename SetterType,typename DenseType, typename Scalar, int Options>
13 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
31 template<typename SetterType,typename DenseType, typename T>
32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords)
  /external/eigen/Eigen/src/Core/
DiagonalMatrix.h 37 typedef DenseMatrixType DenseType;
TriangularMatrix.h 45 typedef DenseMatrixType DenseType;
304 typedef typename OtherDerived::PlainObject::DenseType OtherPlainObject;
312 typename OtherDerived::PlainObject::DenseType rhsPlainObject;
PlainObjectBase.h 100 typedef Derived DenseType;
    [all...]

Completed in 84 milliseconds