ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Row vector with 100 elements linearly spaced between start and end
Create linearly spaced row vector of 100 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> linspace<T>( InArray<T> start, InArray<T> end ) where T : struct, new(), IConvertible
Parameters
- start
- Type: ILNumericsInArrayT
First value - end
- Type: ILNumericsInArrayT
Last value
Type Parameters
- T
Return Value
Type: RetArrayTRow vector with 100 elements linearly spaced between start and end
Remarks
[ILNumerics Computing Engine]
See Also