diff --git a/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs index 6c01a206..d382ff0b 100644 --- a/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex/DiagonalMatrix.cs @@ -177,6 +177,7 @@ namespace MathNet.Numerics.LinearAlgebra.Complex /// Creates a with a the given dimension. /// /// The size of the vector. + /// True if all fields must be mutable. /// /// A with the given dimension. /// diff --git a/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs index ab0282ec..89fd1db0 100644 --- a/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Complex32/DiagonalMatrix.cs @@ -177,6 +177,7 @@ namespace MathNet.Numerics.LinearAlgebra.Complex32 /// Creates a with a the given dimension. /// /// The size of the vector. + /// True if all fields must be mutable. /// /// A with the given dimension. /// diff --git a/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs index 5ccd41cd..105c783c 100644 --- a/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Double/DiagonalMatrix.cs @@ -176,6 +176,7 @@ namespace MathNet.Numerics.LinearAlgebra.Double /// Creates a with a the given dimension. /// /// The size of the vector. + /// True if all fields must be mutable. /// /// A with the given dimension. /// diff --git a/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs b/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs index 972523e3..a4c0c375 100644 --- a/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs +++ b/src/Numerics/LinearAlgebra/Single/DiagonalMatrix.cs @@ -176,6 +176,7 @@ namespace MathNet.Numerics.LinearAlgebra.Single /// Creates a with a the given dimension. /// /// The size of the vector. + /// True if all fields must be mutable. /// /// A with the given dimension. ///