|
MyraMath
|
Makes an explicit SparseMatrix from a permutation vector. More...
Go to the source code of this file.
Classes | |
| class | myra::SparseMatrix< Number > |
| Stores an IxJ matrix A in compressed sparse column format. More... | |
Functions | |
| template<class Number > | |
| SparseMatrix< Number > | myra::perm2sparse (const intCRange &perm) |
| Converts a permutation vector into a SparseMatrix. Returns P such that P*x has the same effect as swap_rows(perm2swaps(perm),x). | |
Makes an explicit SparseMatrix from a permutation vector.
1.8.13