create_copy Subroutine

public subroutine create_copy(self, res)

Creates a copy of the matrix

Type Bound

csrmat_t

Arguments

Type IntentOptional Attributes Name
class(csrmat_t), intent(in) :: self

Matrix

type(csrmat_t), intent(out) :: res

Copy of matrix