Click or drag to resize

DoubleComplexSVDLeastSq(DoubleComplexMatrix) Constructor

Constructs a DoubleComplexSVDLeastSq instance from the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexSVDLeastSq(
	DoubleComplexMatrix A
)

Parameters

A  DoubleComplexMatrix
A matrix
See Also