Uses of Enum Class
org.jlab.clas.tracking.utilities.MatrixOps.Libr
Packages that use MatrixOps.Libr
Package
Description
-
Uses of MatrixOps.Libr in org.jlab.clas.tracking.kalmanfilter
Methods in org.jlab.clas.tracking.kalmanfilter that return MatrixOps.LibrMethods in org.jlab.clas.tracking.kalmanfilter with parameters of type MatrixOps.LibrConstructors in org.jlab.clas.tracking.kalmanfilter with parameters of type MatrixOps.LibrModifierConstructorDescriptionAKFitter
(boolean filter, int iterations, int dir, org.jlab.clas.swimtools.Swim swim, MatrixOps.Libr m) -
Uses of MatrixOps.Libr in org.jlab.clas.tracking.kalmanfilter.helical
Constructors in org.jlab.clas.tracking.kalmanfilter.helical with parameters of type MatrixOps.LibrModifierConstructorDescriptionKFitter
(boolean filter, int iterations, int dir, org.jlab.clas.swimtools.Swim swim, MatrixOps.Libr mo) -
Uses of MatrixOps.Libr in org.jlab.clas.tracking.kalmanfilter.straight
Constructors in org.jlab.clas.tracking.kalmanfilter.straight with parameters of type MatrixOps.Libr -
Uses of MatrixOps.Libr in org.jlab.clas.tracking.kalmanfilter.zReference
Constructors in org.jlab.clas.tracking.kalmanfilter.zReference with parameters of type MatrixOps.LibrModifierConstructorDescriptionKFitter
(boolean filter, int iterations, int dir, org.jlab.clas.swimtools.Swim swim, double[] Z, MatrixOps.Libr mo) KFitterStraight
(boolean filter, int iterations, int dir, org.jlab.clas.swimtools.Swim swim, double[] Z, MatrixOps.Libr mo) -
Uses of MatrixOps.Libr in org.jlab.clas.tracking.utilities
Fields in org.jlab.clas.tracking.utilities declared as MatrixOps.LibrMethods in org.jlab.clas.tracking.utilities that return MatrixOps.LibrModifier and TypeMethodDescriptionstatic MatrixOps.Libr
Returns the enum constant of this class with the specified name.static MatrixOps.Libr[]
MatrixOps.Libr.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jlab.clas.tracking.utilities with parameters of type MatrixOps.Libr