| Name | Description |
---|
| MatrixMultiplyWithUpdate(Transpose, Transpose, Complex32, Complex32, Int32, Int32, Complex32, Int32, Int32, Complex32, Complex32) |
Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c |
| MatrixMultiplyWithUpdate(Transpose, Transpose, Double, Double, Int32, Int32, Double, Int32, Int32, Double, Double) |
Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c |
| MatrixMultiplyWithUpdate(Transpose, Transpose, Complex, Complex, Int32, Int32, Complex, Int32, Int32, Complex, Complex) |
Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c |
| MatrixMultiplyWithUpdate(Transpose, Transpose, Single, Single, Int32, Int32, Single, Int32, Int32, Single, Single) |
Multiplies two matrices and updates another with the result. c = alpha*op(a)*op(b) + beta*c |