#include "sparse.h"
Go to the source code of this file.
Macros | |
| #define | EIGEN_SPARSE_TRANSPOSED_COPY_PLUGIN {nb_transposed_copies++;} |
| #define | VERIFY_TRANSPOSITION_COUNT(XPR, N) |
Functions | |
| EIGEN_DECLARE_TEST (sparse_permutations) | |
| template<typename T > | |
| internal::nested_eval< T, 1 >::type | eval (const T &xpr) |
| template<typename T > | |
| bool | is_sorted (const T &mat) |
| template<int OtherStorage, typename SparseMatrixType > | |
| void | sparse_permutations (const SparseMatrixType &ref) |
| template<typename Scalar > | |
| void | sparse_permutations_all (int size) |
Variables | |
| static long int | nb_transposed_copies |
| #define EIGEN_SPARSE_TRANSPOSED_COPY_PLUGIN {nb_transposed_copies++;} |
Definition at line 12 of file sparse_permutations.cpp.
| #define VERIFY_TRANSPOSITION_COUNT | ( | XPR, | |
| N | |||
| ) |
Definition at line 13 of file sparse_permutations.cpp.
| EIGEN_DECLARE_TEST | ( | sparse_permutations | ) |
Definition at line 223 of file sparse_permutations.cpp.
Definition at line 38 of file sparse_permutations.cpp.
| bool is_sorted | ( | const T & | mat | ) |
Definition at line 23 of file sparse_permutations.cpp.
| void sparse_permutations | ( | const SparseMatrixType & | ref | ) |
Definition at line 44 of file sparse_permutations.cpp.
| void sparse_permutations_all | ( | int | size | ) |
Definition at line 215 of file sparse_permutations.cpp.
|
static |
Definition at line 11 of file sparse_permutations.cpp.