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

#include <MatrixMemoryPool.h>

Public Member Functions

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

Friends

class Matrix_lsr
 

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_r()

NTPoly::MatrixMemoryPool_r::MatrixMemoryPool_r ( 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: