(* SCHEMA mathematical_functions_schema; *)
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
[Top Level Definitions] [Exit]
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00