Go to the source code of this file.
◆ EIGEN_SPARSE_TRANSPOSED_COPY_PLUGIN
◆ VERIFY_TRANSPOSITION_COUNT
#define VERIFY_TRANSPOSITION_COUNT |
( |
|
XPR, |
|
|
|
N |
|
) |
| |
Value:{\
nb_transposed_copies = 0; \
XPR; \
VERIFY( (#XPR) && nb_transposed_copies==
N ); \
}
static long int nb_transposed_copies
Definition at line 13 of file sparse_permutations.cpp.
◆ EIGEN_DECLARE_TEST()
◆ eval()
template<typename T >
internal::nested_eval<T,1>::type eval |
( |
const T & |
xpr | ) |
|
◆ is_sorted()
template<typename T >
bool is_sorted |
( |
const T & |
mat | ) |
|
◆ sparse_permutations()
template<int OtherStorage, typename SparseMatrixType >
void sparse_permutations |
( |
const SparseMatrixType & |
ref | ) |
|
◆ sparse_permutations_all()
template<typename Scalar >
void sparse_permutations_all |
( |
int |
size | ) |
|
◆ nb_transposed_copies
long int nb_transposed_copies |
|
static |