|
ENTITY triangular_matrix SUBTYPE OF (linearized_table_function); default_entry : maths_value; lo_up : lower_upper; order : ordering_type; WHERE WR1: SIZEOF (SELF\explicit_table_function.shape) = 2; WR2: member_of(default_entry, SELF\maths_function.range); END_ENTITY; -- triangular_matrix |
Entity data types and their attributesgeneric_expression- maths_function (DER) domain: tuple_space; (DER) range: tuple_space; explicit_table_function index_base: zero_or_one; shape: LIST [1:?] OF positive_integer; unary_generic_expression operand: generic_expression; linearized_table_function (RT) operand: maths_function; first: INTEGER; (DER) source: maths_function; triangular_matrix default_entry: maths_value; lo_up: lower_upper; order: ordering_type; |
| strict_triangular_matrix (mathematical_functions_schema) |
Global rules for this entity data type- |