public subroutine dvector_shrink_to_fit(this, ierr)
Releases additional memory to fit underlying data of a dvector to a size
this%len_init.
Type Bound
dvector_t
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(dvector_t),
|
intent(inout) |
|
|
:: |
this |
|
|
integer,
|
intent(out), |
optional |
|
:: |
ierr |
|