multiply

fun multiply(other: DOMMatrixReadOnly = definedExternally): DOMMatrix(source)

The multiply() method of the DOMMatrixReadOnly interface creates and returns a new matrix which is the dot product of the matrix and the otherMatrix parameter.

MDN Reference