ILNumerics Ultimate VS

ILMathones Method (Int64, Int64, Int64)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new ILNumerics array of 1.0 Double 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<double> ones(
	long dim0,
	long dim1,
	long dim2
)

Parameters

dim0
Type: SystemInt64
Length of dimension #0.
dim1
Type: SystemInt64
Length of dimension #1.
dim2
Type: SystemInt64
Length of dimension #2.

Return Value

Type: RetArrayDouble
New ILNumerics array initialized with 1.0.
Remarks

[ILNumerics Computing Engine]

See Also

Reference

MathInternal.ones``1(Int64, Int64, StorageOrders)
MathInternal.zeros``1(Int64, Int64, StorageOrders)
MathInternal.array``1(UMP, Int64, StorageOrders)
MathInternal.vector``1(UMP, UMP, UMP, UMP, UMP, UMP, UMP, UMP, UMP, UMP)

Other Resources