Dss |
public enum DssMatrixStructure
| Member name | Value | Description |
|---|---|---|
| Symmetric | 536,870,976 | Symmetric real matrix. |
| SymmetricStructure | 536,871,040 | Symmetric real matrix structure only. |
| Nonsymmetric | 536,871,104 | Nonsymmetric real matrix. |
| SymmetricComplex | 536,871,168 | Symmetric complex matrix. |
| SymmetricStructureComplex | 536,871,232 | Symmetric complex matrix structure only. |
| NonsymmetricComplex | 536,871,296 | Nonsymmetric complex matrix. |
The DssMatrixStructure type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |