Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

matrix.hpp File Reference


Detailed Description

Base matrix classes.

The file defines the base matrix classes: abstract class Matrix with row/column view, classes of MatrixSum, MatrixSub to get view of sum or substract of matrices, class of ReallocatableMatrix which stored by columns and class of function-generated matrix.

Definition in file matrix.hpp.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HANDLEXCEPTION   0

Enumerations

enum  { ReallocatableMatrix_add_allocsize = 10 }
 Number of size which added to size of columns of ReallocatableMatrix. More...


Define Documentation

#define HANDLEXCEPTION   0
 

Definition at line 5 of file matrix.hpp.


Enumeration Type Documentation

anonymous enum
 

Number of size which added to size of columns of ReallocatableMatrix.

Enumeration values:
ReallocatableMatrix_add_allocsize 

Definition at line 116 of file matrix.hpp.


Generated on Sun May 25 01:58:06 2025 for SmoluchowskiSolver by Doxygen