Interface to provide allocators for Row Compressed Matrix and vector instances.
More...
#include <RCMatrix_interface.h>
template<class N, class T>
class RCMatrix_allocator_interface< N, T >
Interface to provide allocators for Row Compressed Matrix and vector instances.
◆ allocate_matrix()
template<class N , class T >
Allocate a matrix.
- Parameters
-
[in] | rows | Number of rows. |
[in] | columns | Number of columns. |
◆ allocate_vector()
template<class N , class T >
Allocate a vector.
- Parameters
-
[in] | size | Dimemsion of size. |
The documentation for this class was generated from the following file: