nonzero Function

public pure function nonzero(v) result(r)

Checks whether or not the argument has a finite norm.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: v

Input vector

Return Value logical

Conclusion