| Multiply(TComplex, TMatrix) | Computes the multiplication of two objects: TComplex and TMatrix. |
| Multiply(TMatrix, TComplex) | Computes the multiplication of two objects: TMatrix and TComplex. |
| Multiply(TMatrix, TMatrix) | Computes the multiplication of two TMatrix objects. |