ILNumerics.Net - numeric computing for .NET
copy lower triangular part of this array into new physical array

Declaration Syntax
internal ILArray<BaseT> copyLowerTriangle()
Friend Function copyLowerTriangle As ILArray(Of BaseT)
internal:
ILArray<BaseT>^ copyLowerTriangle()

Return Value
physical array of same size than this array

Remarks
if this is not a 2D array, only the first dimension is referenced.
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)