Documentation of 'org.ejml.alg.dense.mult.MatrixMultQuad' Java class
MatrixMultQuad
org.ejml.alg.dense.mult

Class MatrixMultQuad



  • public class MatrixMultQuad
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      MatrixMultQuad() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void multQuad1(DenseMatrix64F A, DenseMatrix64F B, DenseMatrix64F out)
      Performs matrix multiplication on an equation in quadratic form with a transpose on the second A:

      out = A*B*AT
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MatrixMultQuad

        public MatrixMultQuad()
    • Method Detail

      • multQuad1

        public static void multQuad1(DenseMatrix64F A,
                                     DenseMatrix64F B,
                                     DenseMatrix64F out)

        Performs matrix multiplication on an equation in quadratic form with a transpose on the second A:

        out = A*B*AT

        Parameters:
        A - Left and right matrix.
        B - Middle square matrix. Size = (A.numCols,A.numCols)
        out - Output matrix. Size = (A.numRows,A.numRows);

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.