CPPLapack
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Friends
Pages
include
_dssmatrix-
_dssmatrix-misc.hpp
Go to the documentation of this file.
1
//=============================================================================
2
/*! nullify all the matrix data */
3
inline
void
_dssmatrix::nullify
()
const
4
{CPPL_VERBOSE_REPORT;
5
n
=0;
6
data
.clear();
7
line
.clear();
8
}
9
10
//=============================================================================
11
/*! destroy all the matrix data */
12
inline
void
_dssmatrix::destroy
()
const
13
{CPPL_VERBOSE_REPORT;
14
data
.clear();
15
line
.clear();
16
}
_dssmatrix::data
std::vector< dcomponent > data
matrix data
Definition:
_dssmatrix.hpp:12
_dssmatrix::n
CPPL_INT n
matrix column size
Definition:
_dssmatrix.hpp:11
_dssmatrix::line
std::vector< std::vector< CPPL_INT > > line
vector of vector to store the entry information of component for each row and column ...
Definition:
_dssmatrix.hpp:13
_dssmatrix::destroy
void destroy() const
Definition:
_dssmatrix-misc.hpp:12
_dssmatrix::nullify
void nullify() const
Definition:
_dssmatrix-misc.hpp:3
Generated by
1.8.6