-
-
schwefel Public
A dead simple RocksDB Java wrapper
-
-
topaz-pubsub Public
A simple pub-sub implementation based on gRPC streaming
Java Apache License 2.0 UpdatedJun 13, 2024 -
math-base Public
Elementary math utilities with a focus on random number generation, non-linear optimization, interpolation and solvers
Java Apache License 2.0 UpdatedJun 3, 2024 -
MLP Public
An educational multilayer perceptron (MLP) programmed from scratch in Java
Java Apache License 2.0 UpdatedApr 22, 2024 -
cramer Public
Some loose performance experiments with Agner Fog's VCL
C++ Apache License 2.0 UpdatedApr 14, 2024 -
JAMU Public
JAMU - Java Matrix Utilities built on top of Intel's oneAPI Math Kernel Library (oneMKL)
-
dynmode-decompJ Public
Java Dynamic Mode Decomposition
-
rSVD Public
Randomized SVD as per Halko, Martinsson, and Tropp [2011]
-
mallet-bfgs Public archive
Broyden-Fletcher-Goldfarb-Shanno optimization from the MALLET toolkit
Java Apache License 2.0 UpdatedFeb 25, 2024 -
streamsupport Public archive
Backport of Java 8/9 java.util.stream API to Java 6/7 and Android
Java 188 30 GNU General Public License v2.0 Updated Jan 21, 2024
dedekind-MKL Public
Selected BLAS and LAPACK Java bindings for Intel's oneAPI Math Kernel Library (oneMKL) on Windows and Linux
java9-concurrent-backport Public archive
Backport of Java 9 CompletableFuture, Flow and SubmissionPublisher API for Java 8
minifuture Public archive
A CompletableFuture backport reduced to the essentials
FFT Public
Fast Fourier transform (FFT) using the Cooley–Tukey algorithm for power-of-two sizes and Bluestein's algorithm for non-power-of-two sizes.
mercurius-ssl Public archive
2-way SSL utilities for inhouse applications
VecDeque Public
A java.util.Deque implementation that supports random access
speedy-math Public archive
Faster Java implementations of hypot, expm1, cos, sinh, cosh, tanh, asin, acos, atan and atan2
nimmkl Public
Nim CBLAS and LAPACKE bindings for Intel MKL
playground Public
For learning, exploration of bad ideas and just being foolish ...
rw-cell-rs Public
A RefCell-like object in both thread-safe (protected by RwLocks) and single-threaded variants
rwlock-rs Public
A Rust RwLock that attempts to prevent recursive deadlocks
gen-index-rs Public
A simple memory arena with generational index addressing
fixed-size-matrix-rs Public
Basic arithmetic for compile-time-sized matrices using Rust const generics
rnd-rs Public
A small Rust library of non-cryptographic PRNGs ported from Java
math-jampack Public archive
Complex matrix decomposition routines from NIST's Jampack (JAva Matrix PACKage)
http2client-java8 Public archive
Experimental Java 8 backport of the incubating Java 10 HTTP/2 and WebSocket API