Function aryth::duobound::matrix::duobound[][src]

pub fn duobound<T, R, M>(mx: M) -> (MatrixAndBound<f32>, MatrixAndBound<f32>) where
    T: Display,
    R: IntoIterator<Item = T>,
    M: IntoIterator<Item = R>,
    M::IntoIter: Iterator<Item = R>,