FUNCTION make_parallel_composed_function
(* SCHEMA mathematical_functions_schema; *)
FUNCTION make_parallel_composed_function(srcdom : maths_space_or_function;
prepfuncs : LIST [2:?] OF maths_function;
finfunc : maths_function_select)
: parallel_composed_function;
RETURN (parallel_composed_function (srcdom, prepfuncs, finfunc)
|| maths_function()
|| generic_expression()
|| multiple_arity_generic_expression (convert_to_operands_prcmfn (
srcdom, prepfuncs, finfunc)) ); -- derived
END_FUNCTION; -- make_parallel_composed_function
Referenced By
Defintion make_parallel_composed_function is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:59-04:00