eigenOrientation

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
orientation eigenOrientationType optional
<h:div class="summary">The orientation of the eigenvector matrix.</h:div>
<h:div class="description">Describes whether the vectors are columns or rows. No default, so effectively mandatory unless you want to make implementers guess and break applications.</h:div>

Used By

Element eigen

Source

<xsd:attributeGroup id="attGp.eigenOrientation" name="eigenOrientation">
  <!-- Note: name differs from attributeGroup name-->
  <xsd:attribute name="orientation" type="eigenOrientationType" id="att.eigenOrientation">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">The orientation of the eigenvector matrix.</h:div>
        <h:div class="description">Describes whether the vectors are columns or rows. No default, so effectively mandatory unless you want to make implementers guess and break applications.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>