The contract fufilled by a real LU decomposition.

Namespace:  Meta.Numerics.Matrices
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.

See Also