|
NTPoly
|
#include <MatrixMemoryPool.h>
Public Member Functions | |
| MatrixMemoryPool (int columns, int rows) | |
| ~MatrixMemoryPool () | |
| Destructor. | |
Friends | |
| class | SparseMatrix |
A memory pool datatype that can be reused for matrix matrix multiplication this is to prevent excessive alloc/dealloc.
| NTPoly::MatrixMemoryPool::MatrixMemoryPool | ( | int | columns, |
| int | rows | ||
| ) |
Constructor.
| columns | number of columns for the matrix. |
| rows | number of rows for the matrix. |
1.8.13