We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2227608 commit 1a76d5dCopy full SHA for 1a76d5d
src/dimension/dimension_trait.rs
@@ -49,6 +49,8 @@ pub trait Dimension:
49
+ BroadcastShape<Ix0, BroadcastOutput=Self>
50
+ BroadcastShape<Self, BroadcastOutput=Self>
51
+ BroadcastShape<IxDyn, BroadcastOutput=IxDyn>
52
+ + BroadcastShape<<Self as Dimension>::Smaller, BroadcastOutput=Self>
53
+ + BroadcastShape<<Self as Dimension>::Larger, BroadcastOutput=<Self as Dimension>::Larger>
54
{
55
/// For fixed-size dimension representations (e.g. `Ix2`), this should be
56
/// `Some(ndim)`, and for variable-size dimension representations (e.g.
0 commit comments