Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ConjMul(const X: TMtx; const Y: TMtx): Matrix; | Conjugate Y and multiply with X |
| 2 | function ConjMul(const X: TVec; const Y: TVec): Vector; | Conjugate Y and multiply with X |
| # | Signature | Description |
|---|---|---|
| 1 | function ConjMul(const X: TMtx; const Y: TMtx): Matrix; | Conjugate Y and multiply with X |
| 2 | function ConjMul(const X: TVec; const Y: TVec): Vector; | Conjugate Y and multiply with X |