ILNumerics.Net
copyLowerTriangle Method

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)copyLowerTriangle()()()
ILNumerics.Net - numeric computing for .NET
copy lower triangular part of this array into new physical array
Declaration Syntax
C#Visual BasicVisual C++
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)