VERB_code_2.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
_drovector-misc.hpp
1
//=============================================================================
3
inline
void
_drovector::destroy
()
const
4
{
5
#ifdef CPPL_VERBOSE
6
std::cerr <<
"# [MARK] _drovector::destroy() const"
7
<< std::endl;
8
#endif//CPPL_VERBOSE
9
10
#ifdef CPPL_DEBUG
11
std::cerr <<
"# [NOTE] _drovector::destroy() "
12
<<
" An array at "
<<
Array
13
<<
" is going to be destroyed."
<< std::endl;
14
#endif//CPPL_DEBUG
15
16
delete
[]
Array
;
17
}
18
_drovector::destroy
void destroy() const
Definition:
_drovector-misc.hpp:3
_drovector::Array
double * Array
1D Array to store vector data
Definition:
_drovector.hpp:8
EPSS
VERB
verb-2-0
Lapack
Include
_drovector-
_drovector-misc.hpp
Generated by
1.8.10