This derived type encapsulates the definition of the matrix
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private, | allocatable | :: | A(:,:) | inverted matrix to solve linear system of equation |
||
| integer, | private | :: | nEntries(2) | how many entries are in the 2d matrix? |