GetTripletValues Interface

public interface GetTripletValues

Contents


Module Procedures

private subroutine GetTripletValues_r(this, index_column, index_row, point_value)

Get the values of a triplet.

Arguments

Type IntentOptional AttributesName
type(Triplet_r), intent(in) :: this

The triplet to extract the values of.

integer, intent(out) :: index_column

Column value.

integer, intent(out) :: index_row

Row value.

real(kind=NTREAL), intent(out) :: point_value

Actual stored value.

private subroutine GetTripletValues_c(this, index_column, index_row, point_value)

Get the values of a triplet.

Arguments

Type IntentOptional AttributesName
type(Triplet_c), intent(in) :: this

The triplet to extract the values of.

integer, intent(out) :: index_column

Column value.

integer, intent(out) :: index_row

Row value.

complex(kind=NTCOMPLEX), intent(out) :: point_value

Actual stored value.