Fields  Properties  Methods 


TriDiagonalMatrixF Class Members

The following tables list the members exposed by TriDiagonalMatrixF.

Public Constructors
 NameDescription
Public Constructor Construct an NxN matrix.  
Top
Public Fields
 NameDescription
Public Field The values for the sub-diagonal. A[0] is never used.  
Public Field The values for the main diagonal.  
Public Field The values for the super-diagonal. C[C.Length-1] is never used.  
Top
Public Properties
 NameDescription
Public Property Indexer. Setter throws an exception if you try to set any not on the super, main, or sub diagonals.  
Public Property The width and height of this matrix.  
Top
Public Methods
 NameDescription
Public Method Solve the system of equations this*x=d given the specified d.  
Public Method Produce a string representation of the contents of this matrix.  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also