Xpress operators
Returns the absolute value of a given expression
|
|
Returns the arccosine of a given expression.
|
|
Returns a logical AND of two or more binary variables or expressions.
|
|
Returns the arcsine of a given expression.
|
|
Returns the arctangent of a given expression.
|
|
Returns the cosine of a given expression.
|
|
Alternative dot-product operator for an arbitrary number of NumPy single- or multi-dimensional arrays. Following the convention for dot-product, the result of Dot for a list of k objects T1, T2, ..., Tk of d1, d2, ..., dk dimensions is an object of d1 + d2 + ... + dk - 2(k-1) dimensions. For each i-th factor in [1,2,...,k-1], the arity of the last dimension of Ti must match the arity of the penultimate dimension of Ti+1 (or its arity if Ti+1 is single-dimensional, i.e., a vector).
|
|
Returns the error function with an expression as its argument.
|
|
Returns the complementary error function with an expression as its argument.
|
|
Returns the exponential of a given expression.
|
|
Returns the natural logarithm of a given expression.
|
|
Returns the base-10 logarithm of a given expression.
|
|
Returns the maximum of one or more expressions.
|
|
Returns the minimum of one or more expressions.
|
|
Returns a logical OR of two or more binary variables or expressions.
|
|
Returns the product of a sequence of one or more expressions.
|
|
Returns a piecewise linear function over a variable.
|
|
Returns the sign of an expression: 1 if positive, -1 if negative, 0 if zero.
|
|
Returns the sine of a given expression.
|
|
Returns the square root of an expression.
|
|
Alternative sum operator for an arbitrary number of objects created by a list, tuple, generator, NumPy array, dictionary, etc.
|
|
Returns the tangent of a given expression.
|
|
Creates an expression that is computed by means of a user-specified function. The user function can be defined to either provide or not provide the value of all derivatives w.r.t. the variables.
|
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.