Click or drag to resize
Accord.NET (logo)

JaggedReducedRowEchelonForm Constructor

Reduces a matrix to reduced row Echelon form.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public JaggedReducedRowEchelonForm(
	double[][] value,
	bool inPlace = false
)
Request Example View Source

Parameters

value
Type: SystemDouble
The matrix to be reduced.
inPlace (Optional)
Type: SystemBoolean
Pass to perform the reduction in place. The matrix value will be destroyed in the process, resulting in less memory consumption.
See Also