Class UnrolledCholesky_FDRM


  • public class UnrolledCholesky_FDRM
    extends java.lang.Object
    Performs an unrolled lower cholesky decomposition for small matrices. Code auto generated by GenerateUnrolledCholesky
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean lower​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower1​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower2​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower3​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower4​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower5​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower6​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean lower7​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean upper​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L)  
      static boolean upper1​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper2​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper3​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper4​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper5​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper6​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      static boolean upper7​(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)  
      • Methods inherited from class java.lang.Object

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

      • UnrolledCholesky_FDRM

        public UnrolledCholesky_FDRM()
    • Method Detail

      • lower

        public static boolean lower​(org.ejml.data.FMatrix1Row A,
                                    org.ejml.data.FMatrix1Row L)
      • upper

        public static boolean upper​(org.ejml.data.FMatrix1Row A,
                                    org.ejml.data.FMatrix1Row L)
      • lower1

        public static boolean lower1​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower2

        public static boolean lower2​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower3

        public static boolean lower3​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower4

        public static boolean lower4​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower5

        public static boolean lower5​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower6

        public static boolean lower6​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • lower7

        public static boolean lower7​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row L)
      • upper1

        public static boolean upper1​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper2

        public static boolean upper2​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper3

        public static boolean upper3​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper4

        public static boolean upper4​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper5

        public static boolean upper5​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper6

        public static boolean upper6​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)
      • upper7

        public static boolean upper7​(org.ejml.data.FMatrix1Row A,
                                     org.ejml.data.FMatrix1Row R)