Source Files
Modules
Procedures
Derived Types
operator(.gt.)
Interface
3 statements
Source File
diffstruc_operations_comparison.f90
diffstruc__operations_comparison
operator(.gt.)
Contents
Module Procedures
gt_scalar
public interface operator(.gt.)
Module Procedures
private function
gt_scalar
(a, b) result(c)
Greater than comparison between autodiff array and scalar
Arguments
Type
Intent
Optional
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))