 | DoubleComplexSVDecompServerInPlace 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool InPlace { get; set; }
Public Property InPlace As Boolean
Get
Set
public:
property bool InPlace {
bool get ();
void set (bool value);
}
member InPlace : bool with get, set
Property Value
Boolean
See Also