Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > LinearTransformation Class > Methods


Extreme Optimization Mathematics Library for .NET

LinearTransformation.Solve Method

Solves the system of simultaneous linear equations represented by this instance.

Overload List

Solves the system of linear equations for the specified right-hand side GeneralMatrix and optionally overwrites the right-hand side with the solution.

public abstract GeneralMatrix Solve(GeneralMatrix,bool);

Solves the system of linear equations for the specified right-hand side GeneralVector and optionally overwrites the right-hand side with the solution.

public abstract GeneralVector Solve(GeneralVector,bool);

Solves the system of linear equations for the specified right-hand side Matrix.

public GeneralMatrix Solve(Matrix);

Solves the system of linear equations for the specified right-hand side Vector.

public GeneralVector Solve(Vector);

See Also

LinearTransformation Class | Extreme.Mathematics.LinearAlgebra Namespace