AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Subclass to delete dynamically allocated memory with delete
[].
More...
#include <AbstractLinAlgPack_MatrixSparseCOORSerial.hpp>
Public Member Functions | |
ReleaseValRowColArrays (value_type *val, index_type *row_i, index_type *col_j) | |
Gives pointers to buffers to delete[]. More... | |
bool | resource_is_bound () const |
Overridden from ReleaseResource. More... | |
void | release_ownership () |
Release ownership of memory. More... | |
Subclass to delete dynamically allocated memory with delete
[].
This subclass can be used by the client to cause
Definition at line 74 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.
|
inline |
Gives pointers to buffers to delete[].
Definition at line 79 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.
|
virtual |
Overridden from ReleaseResource.
Implements MemMngPack::ReleaseResource.
Definition at line 64 of file AbstractLinAlgPack_MatrixSparseCOORSerial.cpp.
|
inline |
Release ownership of memory.
Definition at line 94 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.