Browse Source

added code generatation warning

la-knuth
Marcus Cuda 17 years ago
parent
commit
113eff6241
  1. 5
      src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs
  2. 5
      src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs
  3. 5
      src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include
  4. 5
      src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include

5
src/Numerics/Algorithms/LinearAlgebra/Atlas/AtlasLinearAlgebraProvider.cs

@ -21,6 +21,11 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>
/* This file is automatically generated - do not modify it.
Change NativeLinearAlgebraProvider instead.
Last generated on: 10/30/2009 3:38:53 PM
*/
namespace MathNet.Numerics.Algorithms.LinearAlgebra.Atlas
{
using System;

5
src/Numerics/Algorithms/LinearAlgebra/Mkl/SafeNativeMethods.cs

@ -26,6 +26,11 @@
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>
/* This file is automatically generated - do not modify it.
Change SafeNativeMethods.include instead.
Last generated on: 10/30/2009 3:39:44 PM
*/
using System.Runtime.InteropServices;
using System.Security;

5
src/Numerics/Algorithms/LinearAlgebra/NativeAlgebraProvider.include

@ -21,6 +21,11 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>
/* This file is automatically generated - do not modify it.
Change NativeLinearAlgebraProvider.include instead.
Last generated on: <#=DateTime.Now.ToString()#>
*/
namespace MathNet.Numerics.Algorithms.LinearAlgebra.<#=library#>
{
using System;

5
src/Numerics/Algorithms/LinearAlgebra/SafeNativeMethods.include

@ -26,6 +26,11 @@
// OTHER DEALINGS IN THE SOFTWARE.
// </copyright>
/* This file is automatically generated - do not modify it.
Change SafeNativeMethods.include instead.
Last generated on: <#=DateTime.Now.ToString()#>
*/
using System.Runtime.InteropServices;
using System.Security;

Loading…
Cancel
Save