rusticle 2.0.2

High-performance Rust library for numerical computing.
Documentation
1
2
3
4
5
6
7
8
9
//! # Rusticle - A high-performance Rust library for numerical computing
//! 
//! This library provides a comprehensive set of tools for numerical computing,
//! including support for complex numbers, linear algebra and more.
//! 
pub mod core;

// Global re-exports
pub use core::Complex;