Click or drag to resize

Matrix.DoMultiply Method

Overload List
 NameDescription
Protected methodDoMultiply(Complex, Matrix<Complex>) Multiplies each element of the matrix by a scalar and places results into the result matrix.
Protected methodDoMultiply(Matrix<Complex>, Matrix<Complex>) Multiplies this matrix with another matrix and places the results into the result matrix.
Protected methodDoMultiply(Vector<Complex>, Vector<Complex>) Multiplies this matrix with a vector and places the results into the result vector.
Top
See Also