MatrixDMultiply Method

Matrix multiply with other matrix.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Multiply(
	MatrixD m,
	bool prepend
)

Parameters

m  MatrixD
Second matrix to multiply.
prepend  Boolean
Prepend or append?

See Also