scirs2-integrate 0.2.0

Numerical integration module for SciRS2 (scirs2-integrate)
Documentation
1
2
3
4
5
6
#[allow(dead_code)]
fn main() {
    // NOTE: Pure Rust implementation using OxiBLAS
    // All system BLAS/LAPACK dependencies have been removed
    // Linear algebra operations now use Pure Rust OxiBLAS (via scirs2-core/linalg feature)
}