| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(sll_t_spline_matrix_banded), | intent(inout) | :: | self |
subroutine s_spline_matrix_banded__reset( self) class(sll_t_spline_matrix_banded), intent(inout) :: self self%q(:,:) = 0.0_wp self%ipiv(:) = 0 self%factorized=.FALSE. end subroutine s_spline_matrix_banded__reset