Class UnrolledCholesky_FDRM

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

@Generated("org.ejml.dense.row.misc.GenerateUnrolledCholesky") public class UnrolledCholesky_FDRM extends Object
Performs an unrolled lower cholesky decomposition for small matrices.

DO NOT MODIFY. Automatically generated code created by GenerateUnrolledCholesky

  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
  • Field Details

  • Constructor Details

    • UnrolledCholesky_FDRM

      public UnrolledCholesky_FDRM()
  • Method Details

    • 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)