TridiagonalMatrix Class |
Namespace: Meta.Numerics.Matrices
The TridiagonalMatrix type exposes the following members.
Name | Description | |
---|---|---|
TridiagonalMatrix |
Initializes a new tri-diagonal matrix of the given dimension.
|
Name | Description | |
---|---|---|
ColumnCount |
Gets the number of matrix columns.
(Inherited from AnySquareMatrix.) | |
Dimension |
Gets the dimension of the matrix.
(Overrides AnySquareMatrixDimension.) | |
IsReadOnly |
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrixT.) | |
Item |
Gets or sets a matrix element.
(Overrides AnyMatrixTItemInt32, Int32.) | |
RowCount |
Gets the number of matrix rows.
(Inherited from AnySquareMatrix.) | |
Transpose |
Creates a transpose of the matrix.
|
Name | Description | |
---|---|---|
Column |
Gets a copy of the specified column.
(Inherited from AnyRectangularMatrix.) | |
Copy |
Copies the matrix.
| |
Determinant |
Computes the determinant of the matrix.
| |
Equals(Object) |
Determines whether the given object is an equal matrix.
(Inherited from AnyMatrixT.) | |
Equals(AnyMatrixT) |
Determines whether the given matrix equals the current matrix.
(Inherited from AnyMatrixT.) | |
Fill |
Sets all matrix entries according to a supplied fill function.
(Inherited from AnyMatrixT.) | |
FrobeniusNorm |
Computes the Frobenius-norm of the matrix.
(Inherited from AnyRectangularMatrix.) | |
GetHashCode |
Not a valid operation.
(Inherited from AnyMatrixT.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InfinityNorm |
Computes the ∞-norm of the matrix.
(Inherited from AnyRectangularMatrix.) | |
LUDecomposition |
Computes the LU decomposition of the matrix.
| |
MaxNorm |
Computes the max-norm of the matrix.
(Inherited from AnyRectangularMatrix.) | |
MultiplySelfByTranspose |
Computes the product of the matrix and its transpose.
(Inherited from AnyRectangularMatrix.) | |
MultiplyTransposeBySelf |
Computes the product of the matrix's transpose and itself.
(Inherited from AnyRectangularMatrix.) | |
OneNorm |
Computes the 1-norm of the matrix.
(Inherited from AnyRectangularMatrix.) | |
Row |
Gets a copy of the specified row.
(Inherited from AnyRectangularMatrix.) | |
ToArray |
Copies the matrix into an array.
(Inherited from AnyMatrixT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace |
Computes the trace of the square matrix.
(Inherited from AnySquareMatrix.) |
Name | Description | |
---|---|---|
Addition |
Adds two tri-diagonal matrices.
| |
Multiply |
Multiplies a tri-diagonal matrix by a real constant.
| |
Subtraction |
Subtracts two tri-diagonal matrices.
|