ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array as specified.
Create 1D array of arbitrary size without clearing the elements.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<T> empty<T>( long dim0, StorageOrders order = StorageOrders.ColumnMajor )
Parameters
- dim0
- Type: SystemInt64
Length of dimension #0. - order (Optional)
- Type: ILNumericsStorageOrders
[Optional] Storage order. Default: (null) means ColumnMajor.
Type Parameters
- T
- Element type.
Return Value
Type: RetArrayTArray as specified.
Remarks
[ILNumerics Computing Engine]
See Also