ALS Methods |
The ALS type exposes the following members.
| Name | Description | |
|---|---|---|
| Execute(Double, Double, Int32) | Executes the processor. | |
| Execute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) | (Inherited from ALSBase) | |
| FillBandMatrixOrder1 |
Fills a tridiagonal band matrix for a first-order difference penalty.
(Inherited from ALSMethodsBase) | |
| FillBandMatrixOrder2 |
Fills a pentadiagonal band matrix for a second-order difference penalty.
(Inherited from ALSMethodsBase) | |
| 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.
(Inherited from ALSMethodsBase) | |
| UpdateBandMatrixDiagonalOrder2 |
Updates only the diagonal of a pentadiagonal band matrix for a second-order difference penalty.
(Inherited from ALSMethodsBase) |