i_sub_matvec_prod Interface

interface
private function i_sub_matvec_prod(self, v_in) result(v_out)

Arguments

Type IntentOptional Attributes Name
class(sll_c_spline_matrix), intent(in) :: self
real(kind=wp), intent(in) :: v_in(:)

Return Value real(kind=wp)(size(v_in))