Version

MatrixProduct Method

Returns the product of two Matrix instances.
Overload List
OverloadDescription
MatrixProduct(Matrix,Matrix)Returns the product of two Matrix instances.  
MatrixProduct(Vector,Matrix)Returns the product of a Vector and a Matrix.  
MatrixProduct(Matrix,Vector)Returns the product of a Matrix and a Vector.  
MatrixProduct(Vector,Vector)Returns the product of two Vector instances.  
MatrixProduct(ComplexMatrix,ComplexMatrix)Returns the product of two ComplexMatrix instances.  
MatrixProduct(ComplexVector,ComplexMatrix)Returns the product of a ComplexVector and a ComplexMatrix.  
MatrixProduct(ComplexMatrix,ComplexVector)Returns the product of a ComplexMatrix and a ComplexVector.  
MatrixProduct(ComplexVector,ComplexVector)Returns the product of two ComplexVector instances.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also