Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > LinearTransformation Class > Methods
Solves the system of simultaneous linear equations represented by this instance.
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);
LinearTransformation Class | Extreme.Mathematics.LinearAlgebra Namespace