|
FUNCTION make_b_spline_function (coef : maths_function, bases : LIST [1:?] OF b_spline_basis) : b_spline_function; RETURN ( b_spline_function ( bases ) || maths_function ( ) || generic_expression ( ) || unary_generic_expression ( coef ) ) ; END_FUNCTION; -- make_b_spline_function |
|
public class FMake_b_spline_function public static Value run(SdaiContext _context, Value coef, Value bases) |