FUNCTION make_parallel_composed_function
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
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)));
END_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:17:33-04:00