Undo a permutation applied to a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | mat | Matrix to undo permutation of. | ||
| type(Matrix_ps), | intent(inout) | :: | mat_out | Unpermuted matrix. | ||
| type(Permutation_t), | intent(in) | :: | permutation | Permutation to remove. | ||
| type(MatrixMemoryPool_p), | intent(inout), | optional | :: | memorypool_in | Memory pool to use. |