ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New ILNumerics array initialized with default(T).
Creates a matrix of 0.0-valued Double elements. Storage order: ColumnMajor.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- dim0
- Type: SystemInt64
Length of dimension #0. - dim1
- Type: SystemInt64
Length of dimension #1.
Return Value
Type: RetArrayDoubleNew ILNumerics array initialized with default(T).
Remarks
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.zeros``1(Int64, Int64, StorageOrders)