FUNCTION make_uniform_product_space

(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
 
FUNCTION make_uniform_product_space(base : maths_space; exponent : 
  positive_integer) : uniform_product_space;
  RETURN (uniform_product_space(base, exponent)||maths_space()||
  generic_expression()||generic_literal()||simple_generic_expression());
END_FUNCTION;

Referenced By

Defintion make_uniform_product_space is references by the following definitions:
DefinitionType
 assoc_product_space FUNCTION
 compatible_spaces FUNCTION
 derive_definite_integral_domain FUNCTION
 derive_elementary_function_domain FUNCTION
 derive_elementary_function_range FUNCTION
 derive_function_domain FUNCTION
 derive_function_range FUNCTION
 drop_numeric_constraints FUNCTION
 one_tuples_of FUNCTION
 simplify_maths_space FUNCTION


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00