SetTriplet Interface

public interface SetTriplet

Contents


Module Procedures

private pure subroutine SetTriplet_r(this, index_column, index_row, point_value)

Set the values of a triplet (real).

Arguments

Type IntentOptional Attributes Name
type(Triplet_r), intent(inout) :: this

The triplet to set the values of.

integer, intent(in) :: index_column

The column value.

integer, intent(in) :: index_row

The row value.

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

The value at that point.

private pure subroutine SetTriplet_c(this, index_column, index_row, point_value)

Set the values of a triplet (complex).

Arguments

Type IntentOptional Attributes Name
type(Triplet_c), intent(inout) :: this

The triplet to set the values of.

integer, intent(in) :: index_column

The column value.

integer, intent(in) :: index_row

The row value.

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

The value at that point.