operator(.ge.) Interface

public interface operator(.ge.)

Module Procedures

private function ge_scalar(a, b) result(c)

Greater than or equal to comparison between autodiff array and scalar

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
real(kind=real32), intent(in) :: b

Return Value logical, dimension(size(a%val,1), size(a%val,2))