Uses of Class
org.ejml.alg.dense.linsol.lu.LinearSolverLuBase

Packages that use LinearSolverLuBase
org.ejml.alg.dense.linsol.lu   
 

Uses of LinearSolverLuBase in org.ejml.alg.dense.linsol.lu
 

Subclasses of LinearSolverLuBase in org.ejml.alg.dense.linsol.lu
 class LinearSolverLu
          For each column in the B matrix it makes a copy, which is then solved for and writen into X.
 class LinearSolverLuKJI
          To avoid cpu cache issues the order in which the arrays are traversed have been changed.
 



Copyright © 2012. All Rights Reserved.