delete[].
More...
#include <AbstractLinAlgPack_MatrixSparseCOORSerial.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixSparseCOORSerial::ReleaseValRowColArrays:
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. | |
delete[].
This subclass can be used by the client to cause
Definition at line 61 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp.
|
||||||||||||||||
|
Gives pointers to buffers to delete[].
Definition at line 66 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp. |
|
|
Overridden from ReleaseResource.
Implements MemMngPack::ReleaseResource. Definition at line 51 of file AbstractLinAlgPack_MatrixSparseCOORSerial.cpp. |
|
|
Release ownership of memory.
Definition at line 81 of file AbstractLinAlgPack_MatrixSparseCOORSerial.hpp. |
1.3.9.1