Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace
Defines methods for the solution of a system of simultaneous linear equations and related operations.
For a list of all members of this type, see LinearTransformation Members.
System.Object
LinearTransformation
LinearTransformation is implemented by all Matrix classes and all classes that represent matrix decompositions.
The solution of a system of simultaneous linear equations represented by a Matrix is one of the most common tasks in linear algebra. The Solve mechanism, which is overloaded, defines a common method for all classes that can represent matrices. This not only includes the Matrix class and its descendants, but also the Decomposition class and its descendants.
LinearTransformation also defines operations that are related to solving systems of equations, such as calculating the matrix GetInverse, the GetDeterminant and an estimate for the EstimateConditionNumber.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
LinearTransformation Members | Extreme.Mathematics.LinearAlgebra Namespace