バージョン

MatrixProduct メソッド

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