public class TridiagonalLUDecomposition
Public Class TridiagonalLUDecomposition
public ref class TridiagonalLUDecomposition
type TridiagonalLUDecomposition = class end
Dimension | Gets the dimension of the original matrix. |
Determinant | Computes the determinant of the original matrix. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Inverse | Computes the inverse of the original matrix. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Solve | Solves a tri-diagonal system of linear equations. |
ToString | Returns a string that represents the current object. (Inherited from Object) |