ply_matrixExpCoeff_type Derived Type

type, private :: ply_matrixExpCoeff_type

Expansion coefficients for a certain submatrix.


Inherited by

type~~ply_matrixexpcoeff_type~~InheritedByGraph type~ply_matrixexpcoeff_type ply_matrixExpCoeff_type type~ply_coldata_type ply_coldata_type type~ply_coldata_type->type~ply_matrixexpcoeff_type rowDat type~ply_rowdata_type ply_rowdata_type type~ply_rowdata_type->type~ply_coldata_type subCol type~ply_submatrix_type ply_submatrix_type type~ply_submatrix_type->type~ply_rowdata_type subRow type~ply_trafo_params_type ply_trafo_params_type type~ply_trafo_params_type->type~ply_submatrix_type sub

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private, allocatable:: coeff(:)

Polynomials expansion coefficients.