Package org.ejml.dense.row.misc
Class UnrolledCholesky_DDRM
java.lang.Object
org.ejml.dense.row.misc.UnrolledCholesky_DDRM
@Generated("org.ejml.dense.row.misc.GenerateUnrolledCholesky")
public class UnrolledCholesky_DDRM
extends Object
Performs an unrolled lower cholesky decomposition for small matrices.
 
DO NOT MODIFY. Automatically generated code created by GenerateUnrolledCholesky
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanlower(DMatrix1Row A, DMatrix1Row L) static booleanlower1(DMatrix1Row A, DMatrix1Row L) static booleanlower2(DMatrix1Row A, DMatrix1Row L) static booleanlower3(DMatrix1Row A, DMatrix1Row L) static booleanlower4(DMatrix1Row A, DMatrix1Row L) static booleanlower5(DMatrix1Row A, DMatrix1Row L) static booleanlower6(DMatrix1Row A, DMatrix1Row L) static booleanlower7(DMatrix1Row A, DMatrix1Row L) static booleanupper(DMatrix1Row A, DMatrix1Row L) static booleanupper1(DMatrix1Row A, DMatrix1Row R) static booleanupper2(DMatrix1Row A, DMatrix1Row R) static booleanupper3(DMatrix1Row A, DMatrix1Row R) static booleanupper4(DMatrix1Row A, DMatrix1Row R) static booleanupper5(DMatrix1Row A, DMatrix1Row R) static booleanupper6(DMatrix1Row A, DMatrix1Row R) static booleanupper7(DMatrix1Row A, DMatrix1Row R) 
- 
Field Details- 
MAXpublic static final int MAX- See Also:
 
 
- 
- 
Constructor Details- 
UnrolledCholesky_DDRMpublic UnrolledCholesky_DDRM()
 
- 
- 
Method Details- 
lower
- 
upper
- 
lower1
- 
lower2
- 
lower3
- 
lower4
- 
lower5
- 
lower6
- 
lower7
- 
upper1
- 
upper2
- 
upper3
- 
upper4
- 
upper5
- 
upper6
- 
upper7
 
-