| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(LanczosCalcType), | intent(inout) | :: | this |
subroutine DestroyLanczosCalc(this) type(LanczosCalcType), intent(inout) :: this call FreeLanczosCalc(this) ! deallocate results as well safe_free(this%eigenvalues) safe_free(this%eigenvectors) end subroutine DestroyLanczosCalc