Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


TYPE matrix_symmetry = ENUMERATION (
          symmetric,
          diagonal );
END_TYPE; -- matrix_symmetry

Users

          explicit_element_matrix.symmetry

public final class EMatrix_symmetry

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