| FloatComplexQRDecompServerInPlace Property |
Gets and sets whether or not the decomposition should be done in place.
If set to true the input matrix will be overwritten with
the decomposition details, thus destroying the input matrix. If
false the input matrix will be unchanged at the expense of making
a copy. The default is false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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
BooleanSee Also