Uses of Interface
cern.colt.matrix.impl.Former
Packages that use Former
Package
Description
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix, without subsetting or supersetting.Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
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 FormerModifier and TypeMethodDescriptionprotected StringFormatter.form(DoubleMatrix1D matrix, int index, Former formatter) Converts a given cell to a String; no alignment considered.protected StringFormatter.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 FormerModifier and TypeMethodDescriptionConstructs and returns a new format instance.Methods in cern.colt.matrix.impl with parameters of type FormerModifier and TypeMethodDescriptionprotected abstract StringAbstractFormatter.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 FormerModifier and TypeMethodDescriptionprotected StringFormatter.form(AbstractMatrix1D matrix, int index, Former formatter) Converts a given cell to a String; no alignment considered.protected StringFormatter.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