OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
36
template<typename SetterType,typename
DenseType
, typename T>
37
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
36
typedef DenseMatrixType
DenseType
;
TriangularMatrix.h
45
typedef DenseMatrixType
DenseType
;
304
typedef typename OtherDerived::PlainObject::
DenseType
OtherPlainObject;
312
typename OtherDerived::PlainObject::
DenseType
rhsPlainObject;
PlainObjectBase.h
84
typedef Derived
DenseType
;
[
all
...]
Completed in 124 milliseconds