ResizeMatrix Subroutine

public subroutine ResizeMatrix(this, new_size)

Change the size of a matrix.

Arguments

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

The matrix to resize.

integer, intent(in) :: new_size

The new size of the matrix.


Contents

None