File tree Expand file tree Collapse file tree
src/Numerics/LinearAlgebra Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public override Complex ConditionNumber
8989 }
9090
9191 /// <summary>
92- /// Gets the determinant of the square matrix for which the SVD was computed.
92+ /// Gets the absolute value of the determinant of the square matrix for which the SVD was computed.
9393 /// </summary>
9494 public override Complex Determinant
9595 {
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public override Complex32 ConditionNumber
8989 }
9090
9191 /// <summary>
92- /// Gets the determinant of the square matrix for which the SVD was computed.
92+ /// Gets the absolute value of the determinant of the square matrix for which the SVD was computed.
9393 /// </summary>
9494 public override Complex32 Determinant
9595 {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public override double ConditionNumber
8787 }
8888
8989 /// <summary>
90- /// Gets the determinant of the square matrix for which the SVD was computed.
90+ /// Gets the absolute value of the determinant of the square matrix for which the SVD was computed.
9191 /// </summary>
9292 public override double Determinant
9393 {
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Matrix<T> ComputeW()
124124 public abstract T ConditionNumber { get ; }
125125
126126 /// <summary>
127- /// Gets the determinant of the square matrix for which the SVD was computed.
127+ /// Gets the absolute value of the determinant of the square matrix for which the SVD was computed.
128128 /// </summary>
129129 public abstract T Determinant { get ; }
130130
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public override float ConditionNumber
8787 }
8888
8989 /// <summary>
90- /// Gets the determinant of the square matrix for which the SVD was computed.
90+ /// Gets the absolute value of the determinant of the square matrix for which the SVD was computed.
9191 /// </summary>
9292 public override float Determinant
9393 {
You can’t perform that action at this time.
0 commit comments