nonzero Function

public pure function nonzero(v) result(r)

Checks whether or not the argument has a finite norm.

Arguments

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

Vector

Return Value logical

Finite


Contents

None