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