ALSMethods |
public abstract class ALSMethodsBase : IEquatable<ALSMethodsBase>
The ALSMethodsBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ALSMethodsBase | Initializes a new instance of the ALSMethodsBase class |
| Name | Description | |
|---|---|---|
| Execute(Double, Double, Int32) | ||
| Execute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) | ||
| FillBandMatrixOrder1 | Fills a tridiagonal band matrix for a first-order difference penalty. | |
| FillBandMatrixOrder2 | Fills a pentadiagonal band matrix for a second-order difference penalty. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| UpdateBandMatrixDiagonalOrder1 | Updates only the diagonal of a tridiagonal band matrix for a first-order difference penalty. | |
| UpdateBandMatrixDiagonalOrder2 | Updates only the diagonal of a pentadiagonal band matrix for a second-order difference penalty. |