Multiply(CVector, Matrix) | Transform a complex vector using the transposed matrix. |
Multiply(Double, Matrix) | Multiplies a matrix by a scalar value. |
Multiply(DVector, Matrix) | Transform a vector using the transposed matrix. |
Multiply(Matrix, CVector) | Transform a complex vector using a matrix. |
Multiply(Matrix, DVector) | Transform a vector using a matrix. |
Multiply(Matrix, Matrix) | Multiplies two compatible matrices. |
Multiply(Matrix, Double) | Multiplies a matrix by a scalar value. |