Click or drag to resize

DenseMatrix.Solve Method

Solve A*X = B

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double[] Solve(
	double[] vectorB
)

Parameters

vectorB
Type:System.Double[]
right hand side

Return Value

Type:Double[]
solution if A is square, least squares solution otherwise
See Also