Searched refs:sparse_permutations (Results 1 – 3 of 3) sorted by relevance
44 template<int OtherStorage, typename SparseMatrixType> void sparse_permutations(const SparseMatrixTy… in sparse_permutations() function217 CALL_SUBTEST(( sparse_permutations<ColMajor>(SparseMatrix<Scalar, ColMajor>(size,size)) )); in sparse_permutations_all()218 CALL_SUBTEST(( sparse_permutations<ColMajor>(SparseMatrix<Scalar, RowMajor>(size,size)) )); in sparse_permutations_all()219 CALL_SUBTEST(( sparse_permutations<RowMajor>(SparseMatrix<Scalar, ColMajor>(size,size)) )); in sparse_permutations_all()220 CALL_SUBTEST(( sparse_permutations<RowMajor>(SparseMatrix<Scalar, RowMajor>(size,size)) )); in sparse_permutations_all()223 EIGEN_DECLARE_TEST(sparse_permutations) in EIGEN_DECLARE_TEST() argument
257 ei_add_test(sparse_permutations)
62 ./test/sparse_permutations.cpp