Function am_gt

Function Documentation

mlhsInnerSubst< matlabtypesubstitute > am_gt(::sym varargin)

am_gt is the amici implementation of the n-ary mathml greaterthan function this is an n-ary function, for more than 2 input parameters it will check whether and(varargin{1} > varargin{2},varargin{2} > varargin{3},…)

param varargin:

chain of input parameters

retval fun:

a > b logical value, negative for false, positive for true