lineas 0.1.1

A mathematical linear algebra library for Rust
Documentation
1
2
3
4
5
6
7
8
//! # Polynomial section of lineas
//!
//! This section implements
mod ops;
#[cfg(feature = "plotting")]
pub mod plotting;
pub mod prelude;
pub use prelude::*;