HomeSort by relevance Sort by last modified time
    Searched refs:GoogleSparseHashMapTraits (Results 1 - 4 of 4) 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 111 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.

Completed in 144 milliseconds