Delegate PreconditioningMethod<M, V, T>
Describes a method for preconditioning an IPivotingSolver<M, V, T>.
Namespace: SpiceSharp.Algebra
Assembly: SpiceSharp.dll
Syntax
public delegate void PreconditioningMethod<M, V, T>(M matrix, V vector) where M : IMatrix<T> where V : IVector<T>
Parameters
Type | Name | Description |
---|---|---|
M | matrix | The matrix. |
V | vector | The vector. |
Type Parameters
Name | Description |
---|---|
M | The matrix. |
V | The vector. |
T | The base value type. |