Searched refs:sparse_permutations (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dsparse_permutations.cpp44 template<int OtherStorage, typename SparseMatrixType> void sparse_permutations(const SparseMatrixType& ref) function
217 CALL_SUBTEST(( sparse_permutations<ColMajor>(SparseMatrix<Scalar, ColMajor>(size,size)) ));
218 CALL_SUBTEST(( sparse_permutations<ColMajor>(SparseMatrix<Scalar, RowMajor>(size,size)) ));
219 CALL_SUBTEST(( sparse_permutations<RowMajor>(SparseMatrix<Scalar, ColMajor>(size,size)) ));
220 CALL_SUBTEST(( sparse_permutations<RowMajor>(SparseMatrix<Scalar, RowMajor>(size,size)) ));

Completed in 124 milliseconds