Go to the source code of this file.
swap two matrices
Definition at line 105 of file dgrmatrix-misc.hpp.
References dgrmatrix::a, dgrmatrix::ia, dgrmatrix::ja, dgrmatrix::m, and dgrmatrix::n.
106 {CPPL_VERBOSE_REPORT;
std::vector< double > a
matrix component values
void swap(dgrmatrix &A, dgrmatrix &B)
std::vector< CPPL_INT > ia
rowIndex (NOT zero-based BUT one-based indexing)
CPPL_INT n
matrix column size
CPPL_INT m
matrix row size
std::vector< CPPL_INT > ja
columns (NOT zero-based BUT one-based indexing)