Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Providers.SparseSolver
DssMatrixStructure Enumeration
DssMatrixType Enumeration
DssStatus Enumeration
DssSystemType Enumeration
ISparseSolverProvider Interface
ISparseSolverProvider<T> Interface
ManagedSparseSolverProvider Class
SparseSolverControl Class
Dss
System
Type Enumeration
Solver step's substitution.
Namespace:
Altaxo.Calc.Providers.SparseSolver
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
enum
DssSystemType
Members
Member name
Value
Description
DontTranspose
0
Solve a system, Ax = b.
Transpose
262,144
Solve a transposed system, A'x = b
ConjugateTranspose
524,288
Solve a conjugate transposed system, A†x = b
See Also
Reference
Altaxo.Calc.Providers.SparseSolver Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net