Function am_lt¶
Defined in File am_lt.m
Function Documentation¶
-
mlhsInnerSubst< matlabtypesubstitute > am_lt(::sym varargin) am_lt is the amici implementation of the n-ary mathml lessthan 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},…)
- Parameters
varargin: chain of input parameters
- Return Value
fun: a < b logical value, negative for false, positive for true