class: jtransforms
[35:21] static (extern: com.lehman.aussom.AussomJtransforms) extends: object
Top-level static helpers for the JTransforms wrapper. Returns library metadata such as the underlying JTransforms version.
Methods
-
version ()
Returns the JTransforms library version string.
- @r
Astring with the JTransforms version.
- @r
-
info ()
Returns a metadata map describing the wrapped JTransforms library. Keys include "version", "license", "precisions", and "transforms".
- @r
Amap with library metadata.
- @r
class: jtransforms_module
[25:14] static extends: object
Module JAR loader class. Calling new on this class triggers loading of the aussom-jtransforms.jar so every other extern class in the module resolves. Every other .aus file in the module includes this file at the top.
Methods
- jtransforms_module ()