バージョン

MatrixProduct メソッド

2 つの Matrix インスタンスの積を返します。
オーバーロード一覧
オーバーロード解説
MatrixProduct(Matrix,Matrix)2 つの Matrix インスタンスの積を返します。  
MatrixProduct(Vector,Matrix)Vector と Matrix の積を返します。  
MatrixProduct(Matrix,Vector)Matrix と Vector の積を返します。  
MatrixProduct(Vector,Vector)2 つの Vector インスタンスの積を返します。  
MatrixProduct(ComplexMatrix,ComplexMatrix)2 つの ComplexMatrix インスタンスの積を返します。  
MatrixProduct(ComplexVector,ComplexMatrix)ComplexVector と ComplexMatrix の積を返します。  
MatrixProduct(ComplexMatrix,ComplexVector)ComplexMatrix と ComplexVector の積を返します。  
MatrixProduct(ComplexVector,ComplexVector)2 つの ComplexVector インスタンスの積を返します。  
参照