Click or drag to resize
Accord.NET (logo)

GramSchmidtOrthogonalization Constructor (Double, Boolean)

Initializes a new instance of the GramSchmidtOrthogonalization class.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public GramSchmidtOrthogonalization(
	double[,] value,
	bool modified
)
Request Example View Source

Parameters

value
Type: SystemDouble
The matrix A to be decomposed.
modified
Type: SystemBoolean
True to use modified Gram-Schmidt; false otherwise. Default is true (and is the recommended setup).
See Also