Click or drag to resize

DssMatrixStructure Enumeration

Specifies the sparse matrix structure option.

Namespace: Altaxo.Calc.Providers.SparseSolver
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum DssMatrixStructure
Members
Member nameValueDescription
Symmetric536,870,976 Symmetric real matrix.
SymmetricStructure536,871,040 Symmetric real matrix structure only.
Nonsymmetric536,871,104 Nonsymmetric real matrix.
SymmetricComplex536,871,168 Symmetric complex matrix.
SymmetricStructureComplex536,871,232 Symmetric complex matrix structure only.
NonsymmetricComplex536,871,296 Nonsymmetric complex matrix.

The DssMatrixStructure type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also