numojo.routines¶
Routines module (numojo.routines)
This modules groups NumPy-like functionality by topic (math, linalg, statistics, creation, manipulation, etc.).
What this __init__ exports:
- Topic namespaces (e.g. numojo.routines.math, numojo.routines.linalg, ...)
- A curated set of convenience functions at numojo.routines.* for ergonomic
internal use and power users.
Notes / conventions:
- Public user-facing imports should generally come from the top-level numojo
module (or numojo.prelude) rather than importing deeply from this package.
- Keep this initializer predictable: add new re-exports only when they are
stable and widely used.
Contents¶
| Name | Kind | Description |
|---|---|---|
bitwise |
module | Bit-wise operations module (numojo.routines.bitwise) |
constants |
module | Constants (numojo.routines.constants) |
creation |
module | Creation routines (numojo.routines.creation) |
functional |
module | Functional programming (numojo.routines.functional) |
indexing |
module | Indexing routines (numojo.routines.indexing) |
io |
package | I/O routines (numojo.routines.io) |
linalg |
package | Linear algebra routines (numojo.routines.linalg) |
logic |
package | Logic routines for NuMojo (numojo.routines.logic). |
manipulation |
module | Manipulation routines (numojo.routines.manipulation) |
math |
package | Math routines for NuMojo (numojo.routines.math). |
random |
module | Random (numojo.routines.random) |
__init__ |
module | Routines module (numojo.routines) |
searching |
module | "Searching routines (numojo.routines.searching) |
sorting |
module | Sorting routines (numojo.routines.sorting) |
statistics |
package | Statistics routines for NuMojo (numojo.routines.statistics). |