- This library has been superceded by dtype-next in order to provide:
- Smaller runtime footprint + lower require times.
- Fewer dependencies.
- Graal Native support.
tech.datatype
is a Clojure library for efficient N-dimensional numerics across a range of primitive
datatypes and a range of container types.
As examples of what you may do, here are some colorized tensors built from the US NOAA HRRR and GFS models.
Morning Temps | Noon Temps |
---|---|
- For a quick feel of the library, please check out our cheatsheet
- Those images were generated by colorizing tensors
- Check out our docs on buffered images
- Brand new - datetime support
- APL-style game of life
A nice (slightly out of date) post explaining more is here.
Generalized efficient manipulations of sequences of primitive datatype. Includes specializations for java arrays, array views (subsection of an array) and nio buffers. There are specializations to allow implementations to provide efficient full typed copy functions when the types can be ascertained.
Generic operations include:
- datatype of this sequence
- Writing to, reading from
- Construction
- Efficient mutable copy into a container.
- Sparse buffer support
- n-dimensional tensor support
- Functional math support
Design documenation is here.
Copyright © 2019 TechAscent, LLC.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.