Click or drag to resize

DenseMatrixSolve Method

Solve A*X = B

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

Parameters

vectorB
Type: SystemDouble
right hand side

Return Value

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