UnpackCholesky Interface

public interface UnpackCholesky

Contents


Module Procedures

private subroutine UnpackCholesky_r(values_per_column, index, values, LMat)

Unpack to a global matrix.

Arguments

Type IntentOptional AttributesName
integer, intent(in), DIMENSION(:):: values_per_column

The number of values in a column.

integer, intent(in), DIMENSION(:,:):: index

Index values.

real(kind=NTREAL), intent(in), DIMENSION(:,:):: values

Actual values.

type(Matrix_ps), intent(inout) :: LMat

Matrix to unpack into.