Documentation of 'mikera.matrixx.algo.Multiplications' Java class
Multiplications
mikera.matrixx.algo

Class Multiplications



  • public class Multiplications
    extends java.lang.Object
    • Method Detail

      • multiply

        public static Matrix multiply(AMatrix a,
                                      AMatrix b)
        General purpose matrix multiplication, with smart selection of algorithm based on matrix size and type.
        Parameters:
        a -
        b -
        Returns:
      • blockedMultiply

        public static Matrix blockedMultiply(Matrix a,
                                             AMatrix b)
        Performs fast matrix multiplication using temporary working storage for the second matrix
        Parameters:
        a -
        b -
        Returns:
      • doubleBlockedMultiply

        public static Matrix doubleBlockedMultiply(AMatrix a,
                                                   AMatrix b)
        Performs fast matrix multiplication using temporary working storage for both matrices
        Parameters:
        a -
        b -
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.