jtransforms 1.0.0

Download zip

class: CommonUtils

[26:21] static (extern: com.lehman.aussom.AussomCommonUtils) extends: object

Threading and configuration helpers from org.jtransforms.utils.CommonUtils. These set or read the thresholds at which JTransforms switches between single and multi-threaded paths, plus a few small power-of-two utilities.

Methods

class: IOUtils

[168:21] static (extern: com.lehman.aussom.AussomIOUtils) extends: object

Static helpers from org.jtransforms.utils.IOUtils. Provides RMSE computation, random matrix fillers, pretty printers, and file writers for JTransforms data. Each JTransforms IOUtils overload becomes its own Aussom method with a descriptive suffix so the surface is unambiguous. Naming convention: the suffix D denotes double precision, F denotes float precision, Large denotes a LargeArray, and Jagged denotes a nested-list shape.

Methods