API Reference

Auto-generated from C++ headers in include/axiom/.

Module

Description

Tensor

Core Tensor class — creation, indexing, views, properties

Operations

Element-wise, reduction, and matrix operations (axiom::ops)

Linear Algebra

Linear algebra — SVD, eigendecomposition, solve, etc. (axiom::linalg)

FFT

Fast Fourier transforms (axiom::fft)

Einops

Einstein notation operations (axiom::einops)

Neural Network Modules

Neural network modules for inference — layers, containers, attention (axiom::nn)

I/O

Serialization — FlatBuffers .axfb and NumPy .npy (axiom::io)

Data Types & Devices

DType, Device enums and type utilities

Random

Random number generation (axiom::RandomGenerator)

Numeric Constants

Mathematical constants and special values (axiom::numeric)

System & Debug

System info, threading, and debug utilities

Errors

Exception class hierarchy