Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_b_spline_basis
          (degree : nonnegative_integer, repeated_knots : LIST [2:?] OF REAL) : b_spline_basis;

 RETURN ( b_spline_basis ( degree , repeated_knots ) || maths_function ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; 

END_FUNCTION; -- make_b_spline_basis

public class FMake_b_spline_basis
          public static Value run(SdaiContext _context, Value degree, Value repeated_knots)