TriDiagonalMatrixF Class Members
The following tables list the members exposed by TriDiagonalMatrixF.
Public Constructors
Name | Description | |
---|---|---|
TriDiagonalMatrixF Constructor | Construct an NxN matrix. |
Public Fields
Name | Description | |
---|---|---|
A | The values for the sub-diagonal. A[0] is never used. | |
B | The values for the main diagonal. | |
C | The values for the super-diagonal. C[C.Length-1] is never used. |
Public Properties
Name | Description | |
---|---|---|
Item | Indexer. Setter throws an exception if you try to set any not on the super, main, or sub diagonals. | |
N | The width and height of this matrix. |
Public Methods
Name | Description | |
---|---|---|
Solve | Solve the system of equations this*x=d given the specified d. | |
ToDisplayString | Produce a string representation of the contents of this matrix. |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
See Also