Navigation: Scripting Reference Manual > Functions & Subroutines > MatMatMult

 

MatMatMult

 

Contact Us: fredsupport@photonengr.com

 

Description

Multiplies two matrices.

 

Syntax

MatMatMult M1, M2, result

 

Parameters

M1() As Double

The first matrix to multiply.

 

M2() As Double

The second matrix to multiply.

 

result() As Double

Will hold the result.

 

Remarks

This subroutine multiplies two matrices. If there is a problem the subroutine sets an error and returns without modifying result.

 

See Also

MatVecMult

LinearEquationSolve

Examples

 

 

 

 

 

 

Copyright © Photon Engineering, LLC