Go to the source code of this file.
swap two matrices
Definition at line 390 of file dssmatrix-misc.hpp.
References dssmatrix::data, dssmatrix::line, and dssmatrix::n.
Referenced by _().
391 {CPPL_VERBOSE_REPORT;
std::vector< dcomponent > data
matrix data
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...
void swap(dssmatrix &A, dssmatrix &B)
CPPL_INT n
matrix column size
convert user object to smart-temporary object
Definition at line 399 of file dssmatrix-misc.hpp.
References dssmatrix::data, _dssmatrix::data, dssmatrix::line, _dssmatrix::line, dssmatrix::n, _dssmatrix::n, and swap().
400 {CPPL_VERBOSE_REPORT;
std::vector< dcomponent > data
matrix data
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...
std::vector< dcomponent > data
matrix data
(DO NOT USE) Smart-temporary Real Double-precision Symmetric Sparse Matrix Class
CPPL_INT n
matrix column size
void swap(dssmatrix &A, dssmatrix &B)
CPPL_INT n
matrix column size
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...