Sparse |
Name | Description | |
---|---|---|
DoMultiply(Complex32, MatrixComplex32) | Multiplies each element of the matrix by a scalar and places results into the result matrix. | |
DoMultiply(MatrixComplex32, MatrixComplex32) | Multiplies this matrix with another matrix and places the results into the result matrix. | |
DoMultiply(VectorComplex32, VectorComplex32) | Multiplies this matrix with a vector and places the results into the result vector. |