We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f910ba commit 3dc16c2Copy full SHA for 3dc16c2
src/envelope.rs
src/gaussian.rs
src/lib.rs
@@ -11,8 +11,6 @@ extern crate rand;
11
extern crate "rustc-serialize" as rustc_serialize;
12
extern crate time;
13
14
-pub use envelope::Envelope;
15
-pub use envelope::Point as EnvPoint;
16
pub use epsilon::{
17
Epsilon,
18
epsilon,
@@ -52,11 +50,9 @@ pub use vec::{
52
50
TakeOnly,
53
51
};
54
55
-pub mod envelope;
56
pub mod epsilon;
57
pub mod factorisation;
58
pub mod fps;
59
-pub mod gaussian;
60
pub mod iter;
61
pub mod math;
62
pub mod signal;
0 commit comments