Skip to content

Commit

Permalink
Use correct method name
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletTanyavong committed Dec 11, 2023
1 parent 5584477 commit 31bfb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mathematics.NET/DifferentialGeometry/DifGeo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ public static RankThreeTensor<Array4x4x4<V>, V, I1, I2, I3> TensorProduct<T, U,
/// <param name="a">A rank-two tensor</param>
/// <param name="b">A rank-one tensor</param>
/// <returns>A rank-three tensor</returns>
public static RankThreeTensor<Array4x4x4<V>, V, I1, I2, I3> Contract<T, U, V, I1, I2, I3>(
public static RankThreeTensor<Array4x4x4<V>, V, I1, I2, I3> TensorProduct<T, U, V, I1, I2, I3>(
IRankTwoTensor<T, Matrix4x4<V>, V, I1, I2> a,
IRankOneTensor<U, Vector4<V>, V, I3> b)
where T : IRankTwoTensor<T, Matrix4x4<V>, V, I1, I2>
Expand Down

0 comments on commit 31bfb25

Please sign in to comment.