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