Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec DivideVec(TMtxVec Vec) | Same as the Dew.Math.TDenseMtxVec.Divide method. |
| └ indexed: TMtxVec DivideVec(TMtxVec Vec, Int32 VecIndex, Int32 Index, Int32 Len) | ||
| 2 | TMtxVec DivideVec(TMtxVec Num, TMtxVec Den) | Same as the Dew.Math.TDenseMtxVec.Divide method. |
Overload 1: TMtxVec DivideVec(TMtxVec Vec)
Same as the Dew.Math.TDenseMtxVec.Divide method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVec | source TVec or TMtx |
Result: stored in self (calling object), returns self for chaining
Indexed: TMtxVec DivideVec(TMtxVec Vec, Int32 VecIndex, Int32 Index, Int32 Len)
Same as the Dew.Math.TDenseMtxVec.Divide method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec | TMtxVec | source TVec or TMtx |
| 2 | VecIndex | Int32 | |
| 3 | Index | Int32 | start index |
| 4 | Len | Int32 | element count |
Result: stored in self (calling object), returns self for chaining