numrs2 0.3.1

A Rust implementation inspired by NumPy for numerical computing (NumRS2)
Documentation
1
2
3
4
5
6
7
8
9
10
//! New hierarchical error system
//!
//! Re-exports the hierarchical error components for easier access

// Direct re-exports from submodules
pub use super::computation::*;
pub use super::context::*;
pub use super::core::*;
pub use super::io::*;
pub use super::memory::*;