CPPLapack
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Friends
Pages
include
_zrovector-
_zrovector-misc.hpp
Go to the documentation of this file.
1
//=============================================================================
2
/*! nullify all the vector data */
3
inline
void
_zrovector::nullify
()
const
4
{CPPL_VERBOSE_REPORT;
5
l
=0;
6
array
=NULL;
7
}
8
9
//=============================================================================
10
/*! destroy all the vector data */
11
inline
void
_zrovector::destroy
()
const
12
{CPPL_VERBOSE_REPORT;
13
delete
[]
array
;
14
array
=NULL;
15
}
_zrovector::destroy
void destroy() const
Definition:
_zrovector-misc.hpp:11
_zrovector::l
CPPL_INT l
vector size
Definition:
_zrovector.hpp:9
_zrovector::array
comple * array
1D array to store vector data
Definition:
_zrovector.hpp:10
_zrovector::nullify
void nullify() const
Definition:
_zrovector-misc.hpp:3
Generated by
1.8.6