A permutation matrix. More...
Go to the source code of this file.
Classes | |
class | cusp::permutation_matrix_view< ArrayType, IndexType, MemorySpace > |
View of a permutation_matrix . More... | |
class | cusp::permutation_matrix< IndexType, MemorySpace > |
Simple representation a permutation matrix. More... | |
class | cusp::permutation_matrix_view< ArrayType, IndexType, MemorySpace > |
View of a permutation_matrix . More... | |
Functions | |
template<typename ArrayType > | |
permutation_matrix_view < ArrayType > | cusp::make_permutation_matrix_view (size_t num_rows, ArrayType permutation) |
template<typename ArrayType , typename IndexType , typename MemorySpace > | |
permutation_matrix_view < ArrayType, IndexType, MemorySpace > | cusp::make_permutation_matrix_view (const permutation_matrix_view< ArrayType, IndexType, MemorySpace > &m) |
template<typename IndexType , class MemorySpace > | |
permutation_matrix< IndexType, MemorySpace >::view | cusp::make_permutation_matrix_view (permutation_matrix< IndexType, MemorySpace > &m) |
template<typename IndexType , class MemorySpace > | |
permutation_matrix< IndexType, MemorySpace >::const_view | cusp::make_permutation_matrix_view (const permutation_matrix< IndexType, MemorySpace > &m) |
A permutation matrix.
Definition in file permutation_matrix.h.