Click or drag to resize

FloatComplexSVDecompServerInPlace Property

Gets and sets the in place factor option. If true the matrix decomposition will be performed in place, overwritting the contents of the matrix. No copies of the factored matrix are made in this case. If false the input matrix contents will be preserved at the expense of a copy being made. The default is false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool InPlace { get; set; }

Property Value

Boolean
See Also