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