Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


TYPE ordering_type = ENUMERATION (
          by_rows,
          by_columns );
END_TYPE; -- ordering_type

Users

          banded_matrix.order
          basic_sparse_matrix.order
          maths_enum_atom
                    maths_atom
                    maths_enum_literal.lit_value
          standard_table_function.order
          symmetric_matrix.order
          triangular_matrix.order

public final class EOrdering_type

          static final int BY_ROWS = 1
          static final int BY_COLUMNS = 2
          static String[] values = {"BY_ROWS", "BY_COLUMNS"}
          static int toInt(String str)
          static String toString(int value)