Defines methods for the solution of a system of
simultaneous linear equations and related operations.
SystemObject Extreme.Mathematics.LinearAlgebraLinearTransformation Extreme.Mathematics.LinearAlgebraDecomposition Extreme.MathematicsMatrix
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.12354.1)
[SerializableAttribute]
public abstract class LinearTransformation
<SerializableAttribute>
Public MustInherit Class LinearTransformation
[SerializableAttribute]
public ref class LinearTransformation abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type LinearTransformation = class end
The LinearTransformation type exposes the following members.
Top
Top
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(Vector) 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.
Numerical Libraries
Supported in: 3.6
Reference