.NET Matrix Library
Multiply Method
See Also  Send comments on this topic


Computes a scalar-matrix-matrix product and adds the result to a scalar-matrix product. The operation is defined as:

C= alpha * op(A) * op(B) + beta *C

Multiplies matrices.

Overload List

OverloadDescription
Multiply(Double,TransposeMode,Matrix,TransposeMode,Matrix,Double,Matrix)

Computes a scalar-matrix-matrix product and adds the result to a scalar-matrix product. The operation is defined as:

C= alpha * op(A) * op(B) + beta *C

 
Multiply(Double,TransposeMode,Matrix,Vector,Double,Vector)

Computes a scalar-matrix-vector product and adds the result to a scalar-vector product. The operation is defined as:

y= alpha * op(A) * x + beta *y

 
Multiply(Double,Matrix,Matrix,Double,Matrix)Computes a scalar-matrix-matrix product and adds the result to a scalar-matrix product.  
Multiply(Matrix,Matrix)Multiplies two matrices.  
Multiply(Vector,Matrix)Left multiplies a matrix with a vector.  
Multiply(Matrix,Vector)Multiplies a real matrix with a real vector.  
Multiply(Matrix,Double)Returns the product of a scalar and a matrix.  

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation