GeneralMatrix.Solve Method

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.Solve Method 

Solve A*X = B

[Visual Basic]Overridable Public Function Solve( _
   ByVal B As GeneralMatrix _
) As GeneralMatrix
[C#]
public virtual GeneralMatrix Solve(
   GeneralMatrix B
);

Parameters

B
right hand side

Return Value

solution if A is square, least squares solution otherwise

See Also

GeneralMatrix Class | DotNetMatrix Namespace