Type Definition iter_num_tools::IntoLogSpace

source ·
pub type IntoLogSpace<T> = IntoSpace<LogarithmicInterpolation<T>>;
Expand description