MatrixMultiply

function MatrixMultiply(const new, existing: TMatrixD): TMatrixD;


Note that matrix multiplication is non-commutative so it's important to submit the new and existing parameters in their correct order.