Uses of Class
org.ejml.dense.row.linsol.lu.LinearSolverLuBase_DDRM
-
Uses of LinearSolverLuBase_DDRM in org.ejml.dense.row.linsol.lu
Modifier and TypeClassDescriptionclass
For each column in the B matrix it makes a copy, which is then solved for and writen into X.class
To avoid cpu cache issues the order in which the arrays are traversed have been changed.