Crate rusticle

Source
Expand description

§Rusticle - A high-performance Rust library for numerical computing

Hello, and welcome to the only Rust library you’ll ever need for math.

This library provides a comprehensive set of tools for numerical computing, including support for complex numbers, linear algebra, and more.

Re-exports§

pub use core::Complex;
pub use core::Vector;
pub use core::Matrix;

Modules§

core
Core module for the Rusticle library.