NeoPZ
Public Member Functions | Private Attributes | List of all members
MatrixBenchmark Class Reference

Public Member Functions

 MatrixBenchmark (int number_of_matrices, int dimension)
 
void operator() (int i)
 
 ~MatrixBenchmark ()
 

Private Attributes

std::vector< TPZFMatrix< REAL > * > matrices
 

Detailed Description

Definition at line 19 of file main.cpp.

Constructor & Destructor Documentation

◆ MatrixBenchmark()

MatrixBenchmark::MatrixBenchmark ( int  number_of_matrices,
int  dimension 
)
inline

Definition at line 23 of file main.cpp.

References dimension, and number_of_matrices.

◆ ~MatrixBenchmark()

MatrixBenchmark::~MatrixBenchmark ( )
inline

Definition at line 33 of file main.cpp.

Member Function Documentation

◆ operator()()

void MatrixBenchmark::operator() ( int  i)
inline

Definition at line 29 of file main.cpp.

Member Data Documentation

◆ matrices

std::vector<TPZFMatrix<REAL> *> MatrixBenchmark::matrices
private

Definition at line 21 of file main.cpp.


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