Searched refs:DenseType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/test/ |
D | 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<V… in test_random_setter() 36 template<typename SetterType,typename DenseType, typename T> 37 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter()
|
/external/eigen/test/eigen2/ |
D | 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<V… in test_random_setter() 31 template<typename SetterType,typename DenseType, typename T> 32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter()
|
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 45 typedef DenseMatrixType DenseType; typedef 304 typedef typename OtherDerived::PlainObject::DenseType OtherPlainObject; 312 typename OtherDerived::PlainObject::DenseType rhsPlainObject;
|
D | DiagonalMatrix.h | 36 typedef DenseMatrixType DenseType; typedef
|
D | PlainObjectBase.h | 84 typedef Derived DenseType;
|