Uses of Interface
cern.colt.matrix.impl.Former
-
Packages that use Former Package Description cern.colt.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix
, without subsetting or supersetting.cern.colt.matrix.objectalgo Object matrix algorithms such as print formatting, sorting, partitioning and statistics.hep.aida.ref Reference implementation of the AIDA histogram interfaces. -
-
Uses of Former in cern.colt.matrix.doublealgo
Methods in cern.colt.matrix.doublealgo with parameters of type Former Modifier and Type Method Description protected java.lang.String
Formatter. form(DoubleMatrix1D matrix, int index, Former formatter)
Converts a given cell to a String; no alignment considered.protected java.lang.String
Formatter. form(AbstractMatrix1D matrix, int index, Former formatter)
Converts a given cell to a String; no alignment considered. -
Uses of Former in cern.colt.matrix.impl
Methods in cern.colt.matrix.impl that return Former Modifier and Type Method Description Former
FormerFactory. create(java.lang.String format)
Constructs and returns a new format instance.Methods in cern.colt.matrix.impl with parameters of type Former Modifier and Type Method Description protected abstract java.lang.String
AbstractFormatter. form(AbstractMatrix1D matrix, int index, Former formatter)
Converts a given cell to a String; no alignment considered. -
Uses of Former in cern.colt.matrix.objectalgo
Methods in cern.colt.matrix.objectalgo with parameters of type Former Modifier and Type Method Description protected java.lang.String
Formatter. form(AbstractMatrix1D matrix, int index, Former formatter)
Converts a given cell to a String; no alignment considered.protected java.lang.String
Formatter. form(ObjectMatrix1D matrix, int index, Former formatter)
Converts a given cell to a String; no alignment considered. -
Uses of Former in hep.aida.ref
Methods in hep.aida.ref with parameters of type Former Modifier and Type Method Description (package private) java.lang.String
Converter. form(Former formatter, double value)
-