Class UnrolledDeterminantFromMinor_DDRM

java.lang.Object
org.ejml.dense.row.misc.UnrolledDeterminantFromMinor_DDRM

@Generated("org.ejml.dense.row.misc.GenerateDeterminantFromMinor") public class UnrolledDeterminantFromMinor_DDRM extends Object
This code was auto generated by GenerateDeterminantFromMinor and should not be modified directly.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    det(org.ejml.data.DMatrix1Row mat)
     
    static double
    det2(org.ejml.data.DMatrix1Row mat)
     
    static double
    det3(org.ejml.data.DMatrix1Row mat)
     
    static double
    det4(org.ejml.data.DMatrix1Row mat)
     
    static double
    det5(org.ejml.data.DMatrix1Row mat)
     
    static double
    det6(org.ejml.data.DMatrix1Row mat)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • UnrolledDeterminantFromMinor_DDRM

      public UnrolledDeterminantFromMinor_DDRM()
  • Method Details

    • det

      public static double det(org.ejml.data.DMatrix1Row mat)
    • det2

      public static double det2(org.ejml.data.DMatrix1Row mat)
    • det3

      public static double det3(org.ejml.data.DMatrix1Row mat)
    • det4

      public static double det4(org.ejml.data.DMatrix1Row mat)
    • det5

      public static double det5(org.ejml.data.DMatrix1Row mat)
    • det6

      public static double det6(org.ejml.data.DMatrix1Row mat)