Click or drag to resize

ManagedLinearAlgebraProviderMatrixMultiplyWithUpdate Method

Overload List
 NameDescription
Public methodMatrixMultiplyWithUpdate(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
Public methodMatrixMultiplyWithUpdate(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
Public methodMatrixMultiplyWithUpdate(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
Public methodMatrixMultiplyWithUpdate(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
Top
See Also