diff --git a/AUTHORS.markdown b/AUTHORS.markdown index 39b93171..85c174f2 100644 --- a/AUTHORS.markdown +++ b/AUTHORS.markdown @@ -1,10 +1,14 @@ Math.NET Numerics Authors ========================= -* [Marcus Cuda](http://www.cuda.net/): @cuda +* [Marcus Cuda](http://marcuscuda.com/): @cuda * [Jurgen Van Gael](http://mlg.eng.cam.ac.uk/jurgen/): @jvangael * [Christoph Rüegg](http://christoph.ruegg.name/): @cdrnet -* Andriy Bratiychuk +* [Andriy Bratiychuk](http://ua.linkedin.com/pub/andriy-bratiychuk/4/6b/920) + +Contributors +------------ +* [Alexander Karatarakis](http://karatarakis.com/alex/) Other dnAnalytics Contributors ------------------------------ diff --git a/README.markdown b/README.markdown index 18883fca..8c9ca829 100644 --- a/README.markdown +++ b/README.markdown @@ -3,22 +3,32 @@ Math.NET Numerics is an opensource **numerical library for .Net, Silverlight and Mono**. -Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Covered topics include special functions, linear algebra, probability models, random numbers, interpolation, integral transforms (FFT) and more. - -Math.NET Numerics is the result of merging [dnAnalytics](http://dnanalytics.codeplex.com/) with [Math.NET Iridium](http://www.mathdotnet.com/Iridium.aspx) and is intended to replace both. It targets Microsoft .Net 4.0, Silverlight 4 and Mono, and in addition to purely managed implementations will also support native hardware optimization (MKL, ATLAS). - -Math.NET Numerics is covered under the terms of the [MIT/X11](http://mathnetnumerics.codeplex.com/license) license. You may therefore link to it and use it in both opensource and proprietary software projects. See also the COPYRIGHT file in the root folder. +Math.NET Numerics is the numerical foundation of the Math.NET project, +aiming to provide methods and algorithms for numerical computations in science, +engineering and every day use. Covered topics include special functions, +linear algebra, probability models, random numbers, interpolation, +integral transforms (FFT) and more. + +Math.NET Numerics is the result of merging [dnAnalytics](http://dnanalytics.codeplex.com/) +with [Math.NET Iridium](http://www.mathdotnet.com/Iridium.aspx) and is intended to +replace both. It targets Microsoft .Net 4.0, Silverlight 4 and Mono, +and in addition to purely managed implementations will also support +native hardware optimization (MKL, ATLAS). + +Math.NET Numerics is covered under the terms of the [MIT/X11](http://mathnetnumerics.codeplex.com/license) +license. You may therefore link to it and use it in both opensource and proprietary +software projects. See also the [COPYRIGHT](COPYRIGHT.markdown) file in the root folder. Quick Links ----------- -* Project Website: [numerics.mathdotnet.com](http://numerics.mathdotnet.com) -* User Guide & Blog: [temporary address](http://mathnet.squarespace.com), will be merged with and using the project website domain in the future -* Source Code: [github.com/mathnet](http://github.com/mathnet/mathnet-numerics) -* Downloads: [mathnetnumerics.codeplex.com](http://mathnetnumerics.codeplex.com/releases/) -* Discussions: [mathnetnumerics.codeplex.com](http://mathnetnumerics.codeplex.com/discussions) -* Work Items and Bug Tracker: [mathnetnumerics.codeplex.com](http://mathnetnumerics.codeplex.com/workitem/list/advanced) -* Ideas & Feedback: [feedback.mathdotnet.com](http://feedback.mathdotnet.com) +* [**Project Website**](http://numerics.mathdotnet.com) +* [News Blog](http://numerics.mathdotnet.com/blog/) +* [Source Code](http://github.com/mathnet/mathnet-numerics) +* [Downloads](http://mathnetnumerics.codeplex.com/Release/ProjectReleases.aspx) +* [Discussions](http://mathnetnumerics.codeplex.com/discussions?ProjectName=mathnetnumerics) +* [Work Items and Bug Tracker](http://mathnetnumerics.codeplex.com/workitem/list/advanced) +* [Ideas & Feedback](http://feedback.mathdotnet.com) * Twitter: [@MathNetNumerics](http://twitter.com/MathNetNumerics) Installation Instructions @@ -29,33 +39,15 @@ Download the *MathNet.Numerics.dll* assembly, add a reference to it to your proj Team & Contributors ------------------- -* [Marcus Cuda](http://www.cuda.net/) @cuda -* [Jurgen Van Gael](http://mlg.eng.cam.ac.uk/jurgen/) @jvangael -* [Christoph Rüegg](http://christoph.ruegg.name/) @cdrnet -* Andriy Bratiychuk - -Other dnAnalytics Contributors: - -* Patrick van der Valde - -Other Math.NET Iridium Contributors: - -* [Joannès Vermorel](http://www.vermorel.com/) -* Matthew Kitchin -* Rana Ian -* Andrew Kurochka -* Thaddaeus Parker - -ALGLIB Contributors: - -* [Sergey Bochkanov](http://www.alglib.net/) - -Boost Contributors: - -* John Maddock - -Cephes Math Library Contributors: - -* Stephen L. Moshier - -See also the AUTHORS file in the root folder. +**Primary Authors**: +[Marcus Cuda](http://marcuscuda.com/), +[Jurgen Van Gael](http://mlg.eng.cam.ac.uk/jurgen/), +[Christoph Rüegg](http://christoph.ruegg.name/), +[Andriy Bratiychuk](http://ua.linkedin.com/pub/andriy-bratiychuk/4/6b/920) +**Contributors**: +Alexander Karatarakis, Patrick van der Velde, Joannès Vermorel, +Matthew Kitchin, Rana Ian, Andrew Kurochka, +Thaddaeus Parker, Sergey Bochkanov (ALGLIB), John Maddock (Boost), +Stephen L. Moshier (Cephes Math Library) + +See also the [AUTHORS](AUTHORS.markdown) file for a full list of all contributors.