The contract fufilled by a real LU decomposition.
Namespace:
Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public interface ISquareDecomposition
Public Interface ISquareDecomposition
public interface class ISquareDecomposition
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Determinant()()() |
Computes the determinant of the original matrix.
| |
| Dimension |
Gets the dimension of the system.
| |
| Inverse()()() |
Computes the inverse of the original matrix.
| |
| Solve(IList<(Of <(Double>)>)) |
Computes the solution to a system of equations.
|