1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
//! Python bindings for NumRS2 via PyO3
//!
//! This module provides comprehensive Python bindings for NumRS2's functionality,
//! enabling seamless integration with Python and NumPy.
//!
//! ## Module Organization
//!
//! - `array` - Core array operations and creation
//! - `linalg` - Linear algebra operations
//! - `stats` - Statistical functions and distributions
//! - `optimize` - Optimization algorithms
//! - `nn` - Neural network primitives
//! - `symbolic` - Symbolic computation
//! - `io` - Data I/O formats
//! - `error` - Error conversion utilities
use *;
/// NumRS2 Python module