|
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[]. | |
| bool | resource_is_bound () const |
| Overridden from ReleaseResource. | |
| void | release_ownership () |
| Release ownership of memory. | |
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.
| AbstractLinAlgPack::MatrixSparseCOORSerial::ReleaseValRowColArrays::ReleaseValRowColArrays | ( | value_type * | val, |
| index_type * | row_i, | ||
| index_type * | col_j | ||
| ) | [inline] |
Gives pointers to buffers to delete[].
Definition at line 79 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.
| bool AbstractLinAlgPack::MatrixSparseCOORSerial::ReleaseValRowColArrays::resource_is_bound | ( | ) | const [virtual] |
Overridden from ReleaseResource.
Implements ReleaseResource.
Definition at line 64 of file AbstractLinAlgPack_MatrixSparseCOORSerial.cpp.
| void AbstractLinAlgPack::MatrixSparseCOORSerial::ReleaseValRowColArrays::release_ownership | ( | ) | [inline] |
Release ownership of memory.
Definition at line 94 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.
1.7.6.1