C# Class QLNet.MatrixUtilities

显示文件 Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
qrDecomposition ( Matrix M, Matrix q, Matrix r, bool pivot ) : List

Method Details

qrDecomposition() public static method

public static qrDecomposition ( Matrix M, Matrix q, Matrix r, bool pivot ) : List
M Matrix
q Matrix
r Matrix
pivot bool
return List