|
CVM Class Library
8.1
This C++ class library encapsulates concepts of vector and different matrices including square, band, symmetric and hermitian ones in Euclidean space of real and complex numbers.
|

Go to the source code of this file.
Functions | |
| void __stdcall | XERBLA (const char *szSubName, const tint *pnParam) throw (cvm::cvmexception) |
| CVM_API void | _cvm_assert (const void *, size_t) |
| CVM_API void | cvmExit () |
| Memory pool destroyer. | |
| void __stdcall XERBLA | ( | const char * | szSubName, |
| const tint * | pnParam | ||
| ) | throw (cvm::cvmexception) |
Definition at line 16 of file globals.cpp.
| CVM_API void _cvm_assert | ( | const void * | , |
| size_t | |||
| ) |
Definition at line 488 of file globals.cpp.
| CVM_API void cvmExit | ( | ) |
Memory pool destroyer.
To be used with Pool Manager only. Does nothing otherwise.
Definition at line 493 of file globals.cpp.
1.8.1.2