Trait ndarray::DimAdd[][src]

pub trait DimAdd<D: Dimension> {
    type Output: Dimension;
}
Expand description

Adds the two dimensions at compile time.

Associated Types

The sum of the two dimensions.

Implementors