Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Assembly: Extreme.Numerics (Extreme.Numerics)
Members
| Icon | Member | Description |
|---|---|---|
| ExtractUpperTriangle(GeneralMatrix) |
Constructs a TriangularMatrix whose
elements are contained in the triangleMode triangular portion
of a GeneralMatrix.
(Inherited from TriangularMatrix.) | |
| ExtractUpperTriangle(GeneralMatrix, MatrixDiagonalMode) |
Constructs a TriangularMatrix whose
elements are contained in the upper triangular portion
of a GeneralMatrix.
(Inherited from TriangularMatrix.) | |
| ExtractUpperTriangle(GeneralMatrix, Int32, Int32, MatrixDiagonalMode) |
Constructs a TriangularMatrix whose
elements are contained in the upper triangular portion
of a GeneralMatrix.
(Inherited from TriangularMatrix.) | |
| ExtractUpperTriangle(SymmetricMatrix) |
Constructs a TriangularMatrix whose
elements are contained in the lower triangular portion
of a SymmetricMatrix.
(Inherited from TriangularMatrix.) | |
| ExtractUpperTriangle(SymmetricMatrix, MatrixDiagonalMode) |
Constructs an upper TriangularMatrix whose
elements are contained in the upper triangular portion
of a SymmetricMatrix.
(Inherited from TriangularMatrix.) |