OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleSparseHashMapTraits
(Results
1 - 5
of
5
) sorted by null
/external/eigen/bench/
sparse_randomsetter.cpp
91
dostuff<RandomSetter<EigenSparseMatrix,
GoogleSparseHashMapTraits
,Bits> >("google::sparse", sm1);
112
// RandomSetter<EigenSparseMatrix,
GoogleSparseHashMapTraits
,Bits> set1(sm1);
sparse_setter.cpp
289
RandomSetter<SparseMatrix<Scalar>,
GoogleSparseHashMapTraits
> setter(mat);
/external/eigen/unsupported/test/
sparse_extra.cpp
112
VERIFY(( test_random_setter<RandomSetter<SparseMatrixType,
GoogleSparseHashMapTraits
> >(m,refMat,nonzeroCoords) ));
/external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h
82
template<typename Scalar> struct
GoogleSparseHashMapTraits
131
* - \b
GoogleSparseHashMapTraits
: corresponds to google::sparse_hash_map (best memory consumption, relatively good performance)
134
*
GoogleSparseHashMapTraits
, GnuHashMapTraits, and finally StdMapTraits.
/external/eigen/test/eigen2/
eigen2_sparse_basic.cpp
162
VERIFY(( test_random_setter<RandomSetter<SparseMatrixType,
GoogleSparseHashMapTraits
> >(m,refMat,nonzeroCoords) ));
Completed in 3516 milliseconds