|
FUNCTION make_general_linear_function (mat : maths_function, sum_index : one_or_two) : general_linear_function; RETURN ( general_linear_function ( sum_index ) || maths_function ( ) || generic_expression ( ) || unary_generic_expression ( mat ) ) ; END_FUNCTION; -- make_general_linear_function |
|
public class FMake_general_linear_function public static Value run(SdaiContext _context, Value mat, Value sum_index) |