File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1173,14 +1173,14 @@ where A: LinalgScalar
11731173/// - Axis indices can be negative, in which case they are interpreted
11741174/// relative to the end of the tensor (e.g., `-1` refers to the last axis).
11751175/// - The number and dimensionality of contracted axes determine the rank of
1176- /// the result of [` tensordot` ].
1176+ /// the result of [tensordot].
11771177/// - `AxisSpec` exists to disambiguate and formalise axis specifications,
1178- /// avoiding confusion with [`ndarray ::Axis` ] and ['ndarray ::iter::Axes' ].
1178+ /// avoiding confusion with [crate ::Axis] and [crate ::iter::Axes].
11791179///
11801180/// # See also
11811181///
1182- /// [` tensordot` ] — Performs the generalized tensor contraction described by this specification.
1183- /// [`ndarray:: Axis`] — Represents a single axis index within an array.
1182+ /// [tensordot] — Performs the generalized tensor contraction described by this specification.
1183+ /// [`Axis`] — Represents a single axis index within an array.
11841184#[ derive( Clone , Debug ) ]
11851185pub enum AxisSpec
11861186{
You can’t perform that action at this time.
0 commit comments