It's not BLASed, it's cursed!

Introduction

This crate implements common linear algebra functionality in Rust directly in terms of [ndarray] data structures, without a dependency on BLAS or LAPACK. Implementing in pure-Rust makes it easier to target linear algebra applications without requiring any additional shared libraries.

Status

Licensed

[cursed-linalg] is licensed under the MIT license.

Acknowledgments