TYPE symmetry_type

(* SCHEMA mathematical_functions_schema; *)
TYPE symmetry_type = ENUMERATION OF
  (identity,
   skew,
   hermitian,
   skew_hermitian);
END_TYPE;

Referenced By

Defintion symmetry_type is references by the following definitions:
DefinitionType
 maths_enum_atom SELECT
 symmetric_matrix ENTITY


[Top Level Definitions] [Exit]

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