Overload List
Overload 1: Vector Ramp(int Len, const TMtxFloatPrecision FloatPrecision);
Returns a vector of [0, 1, .., Len-1] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | FloatPrecision | const TMtxFloatPrecision |
Internally calls Vector::Ramp
Overload 2: Vector Ramp(TMtxVec *LengthAndFloatPrecisionSrc);
Returns a vector of [0, 1, .., Len-1] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | LengthAndFloatPrecisionSrc | TMtxVec * |
It uses LengthAndFloatPrecisionSrc to obtain Length and FloatPrecision params. Internally calls TVec::Ramp
Overload 3: Vector Ramp(int Len, const TMtxFloatPrecision FloatPrecision, const TCplx &Offset, const TCplx &Step);
Returns a vector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | FloatPrecision | const TMtxFloatPrecision | |
| 3 | Offset | const TCplx & | |
| 4 | Step | const TCplx & |
Internally calls TVec::Ramp
Overload 4: Vector Ramp(TMtxVec *LengthAndFloatPrecisionSrc, const TCplx &Offset, const TCplx &Step);
Returns a vector of [0, 1, .., Len-1] numbers.
It uses LengthAndFloatPrecisionSrc to obtain Length and FloatPrecision params. Internally calls TVec::Ramp
Overload 5: Vector Ramp(int Len, const TMtxFloatPrecision FloatPrecision, double Offset, double Step);
Returns a vector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | FloatPrecision | const TMtxFloatPrecision | |
| 3 | Offset | double | |
| 4 | Step | double |
Internally calls TVec::Ramp
Overload 6: Vector Ramp(TMtxVec *LengthAndFloatPrecisionSrc, double Offset, double Step);
Returns a vector of [0, 1, .., Len-1] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | LengthAndFloatPrecisionSrc | TMtxVec * | |
| 2 | Offset | double | |
| 3 | Step | double |
It uses LengthAndFloatPrecisionSrc to obtain Length and FloatPrecision params. Internally calls TVec::Ramp
Overload 7: Vector Ramp(int Len, const TMtxFloatPrecision FloatPrecision, const TCplx &Offset, double Step);
Returns a vector of [Offset, Offset+Step, .., Offset+(Len-1)*Step] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Len | int | |
| 2 | FloatPrecision | const TMtxFloatPrecision | |
| 3 | Offset | const TCplx & | |
| 4 | Step | double |
Internally calls TVec::Ramp
Overload 8: Vector Ramp(TMtxVec *LengthAndFloatPrecisionSrc, const TCplx &Offset, double Step);
Returns a vector of [0, 1, .., Len-1] numbers.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | LengthAndFloatPrecisionSrc | TMtxVec * | |
| 2 | Offset | const TCplx & | |
| 3 | Step | double |
It uses LengthAndFloatPrecisionSrc to obtain Length and FloatPrecision params. Internally calls TVec::Ramp