ConstructDefaultPermutation Subroutine

public subroutine ConstructDefaultPermutation(this, matrix_dimension)

Constructs a permutation that preserves the original order.

Arguments

Type IntentOptional AttributesName
type(Permutation_t), intent(inout) :: this

The permutation to construct.

integer, intent(in) :: matrix_dimension

The dimension of the matrix.


Contents

None