FillMatrixPermutation Interface

public interface FillMatrixPermutation

Contents


Module Procedures

private subroutine FillMatrixPermutation_ps(this, permutation_vector, permute_rows_in)

Fill in the values of a distributed matrix with a permutation. If you don't specify permuterows, will default to permuting rows.

Arguments

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

The matrix being filled.

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

Describes for each row/column, where it goes.

logical, intent(in), optional :: permute_rows_in

If true permute rows, false permute columns.