Package org.ejml.dense.row.misc
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanlower(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower1(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower2(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower3(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower4(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower5(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower6(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanlower7(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanupper(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row L) static booleanupper1(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper2(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper3(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper4(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper5(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper6(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R) static booleanupper7(org.ejml.data.FMatrix1Row A, org.ejml.data.FMatrix1Row R)
-
Field Details
-
MAX
public static final int MAX- See Also:
-
-
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)
-