diff --git a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs
index afef619f..fa11f02e 100644
--- a/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs
+++ b/src/Numerics/Providers/LinearAlgebra/Cuda/CudaLinearAlgebraProvider.cs
@@ -46,12 +46,10 @@ namespace MathNet.Numerics.Providers.LinearAlgebra.Cuda
private IntPtr _blasHandle;
private IntPtr _solverHandle;
- ///
- /// Sets the desired bit consistency on repeated identical computations on varying CPU architectures,
- /// as a trade-off with performance.
- ///
- /// VML optimal precision and rounding.
- /// VML accuracy mode.
+
+ ///
+ /// Constructor.
+ ///
[CLSCompliant(false)]
public CudaLinearAlgebraProvider()
{