Source Files
Modules
Procedures
Derived Types
operator(.lt.)
Interface
3 statements
Source File
diffstruc_operations_comparison.f90
diffstruc__operations_comparison
operator(.lt.)
Contents
Module Procedures
lt_scalar
public interface operator(.lt.)
Module Procedures
private function
lt_scalar
(a, b) result(c)
Less 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))