MatrixStorageTAsColumnArrays Method |
Gets the underlying column arrays when directly available.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual T[][] AsColumnArrays()
Return Value
TThe underlying column arrays, or
if unavailable.
See Also