multiplySelf

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

The multiplySelf() method of the DOMMatrix interface multiplies a matrix by the otherMatrix parameter, computing the dot product of the original matrix and the specified matrix: A⋅B.

MDN Reference