1
2
3
4
5
#[macro_use]
extern crate ndarray;

pub mod error;
pub mod fast_ica;