NTPoly
Public Member Functions | Friends | List of all members
NTPoly::MatrixMemoryPool Class Reference

#include <MatrixMemoryPool.h>

Public Member Functions

 MatrixMemoryPool (int columns, int rows)
 
 ~MatrixMemoryPool ()
 Destructor.
 

Friends

class SparseMatrix
 

Detailed Description

A memory pool datatype that can be reused for matrix matrix multiplication this is to prevent excessive alloc/dealloc.

Constructor & Destructor Documentation

◆ MatrixMemoryPool()

NTPoly::MatrixMemoryPool::MatrixMemoryPool ( int  columns,
int  rows 
)

Constructor.

Parameters
columnsnumber of columns for the matrix.
rowsnumber of rows for the matrix.

The documentation for this class was generated from the following files: