DoubleMatrixGetStorage Method
Gets the elements currently stored in this instance.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public double[] GetStorage()
Public Function GetStorage As Double()
public:
array<double>^ GetStorage()
member GetStorage : unit -> float[]
Return Value
DoubleThe array of stored matrix elements.
Matrix entries can be stored using different data schemes, as enumerated
in StorageScheme.
The data currently stored can be accessed as an array
through the
GetStorage method.
This method is intended for advanced users and must always be used
carefully.
For performance reasons, the returned reference points directly to
the matrix internal data. Do not call GetStorage if
you do not have complete control of the instance you used to invoke
the method.