tem_matrix_type Derived Type

type, public :: tem_matrix_type

This derived type encapsulates the definition of the matrix


Inherited by

type~~tem_matrix_type~~InheritedByGraph type~tem_matrix_type tem_matrix_type type~grw_matrixarray_type grw_matrixarray_type type~grw_matrixarray_type->type~tem_matrix_type val type~tem_intpmatrixlsf_type tem_intpMatrixLSF_type type~tem_intpmatrixlsf_type->type~grw_matrixarray_type matArray

Contents


Components

TypeVisibilityAttributesNameInitial
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?