 | FloatGSVDecompServerInPlace Property |
Gets and sets the in place factor option. If true the
decomposition will be performed in place, overwritting the
contents of the input matrices. No copies of the factored matrices are
made in this case.
If false the content of the input matrices will be preserved at the
expense of copies 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