Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: jtransforms

[19: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 A string with the JTransforms version.
  • info ()

    Returns a metadata map describing the wrapped JTransforms library. Keys include "version", "license", "precisions", and "transforms".

    • @r A map with library metadata.

class: jtransforms_module

[9: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 ()