Documentation of 'smile.math.matrix.MatrixMultiplication' Java class
MatrixMultiplication
smile.math.matrix

Interface MatrixMultiplication<A,B>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      A abmm(B b)
      Returns the result of matrix multiplication A * B.
      A abtmm(B b)
      Returns the result of matrix multiplication A * B'.
      A atbmm(B b)
      Returns the result of matrix multiplication A' * B.
    • Method Detail

      • abmm

        A abmm(B b)
        Returns the result of matrix multiplication A * B.
      • abtmm

        A abtmm(B b)
        Returns the result of matrix multiplication A * B'.
      • atbmm

        A atbmm(B b)
        Returns the result of matrix multiplication A' * B.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.