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

#include <MatrixMemoryPool.h>

Public Member Functions

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

Friends

class Matrix_lsc
 

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

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