Home
last modified time | relevance | path

Searched refs:SpBool (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dsparse_basic.cpp260 …edef SparseMatrix<bool, SparseMatrixType::Options, typename SparseMatrixType::StorageIndex> SpBool; in sparse_basic() typedef
261 SpBool mb1 = m1.real().template cast<bool>(); in sparse_basic()
262 SpBool mb2 = m2.real().template cast<bool>(); in sparse_basic()
266 SpBool mb3 = mb1 && mb2; in sparse_basic()