Browse Source

Docs: update pakages, users

pull/312/head
Christoph Ruegg 11 years ago
parent
commit
a5d8d96c13
  1. 7
      .gitattributes
  2. 2
      MathNet.Numerics.Data.sln.DotSettings
  3. 2
      MathNet.Numerics.Net35Only.sln.DotSettings
  4. 16
      docs/content/Packages.md
  5. 2
      docs/content/Users.md

7
.gitattributes

@ -1,3 +1,5 @@
* text=auto
*.cs text diff=csharp
*.msbuild text
*.config text
@ -7,7 +9,8 @@
*.xml text
*.js text
*.ps1 text
*.DotSettings text
*.DotSettings text eol=lf
*.sh text eol=lf
*.csproj text merge=union
@ -24,5 +27,3 @@
*.DOCX diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
* text=auto

2
MathNet.Numerics.Data.sln.DotSettings

@ -77,6 +77,8 @@ OTHER DEALINGS IN THE SOFTWARE.
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SVD/@EntryIndexedValue">SVD</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TFQMR/@EntryIndexedValue">TFQMR</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WH/@EntryIndexedValue">WH</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String>
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters /&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

2
MathNet.Numerics.Net35Only.sln.DotSettings

@ -66,6 +66,8 @@ OTHER DEALINGS IN THE SOFTWARE.&#xD;
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SVD/@EntryIndexedValue">SVD</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=TFQMR/@EntryIndexedValue">TFQMR</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=WH/@EntryIndexedValue">WH</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String>
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters /&gt;&lt;/data&gt;</s:String></wpf:ResourceDictionary>

16
docs/content/Packages.md

@ -33,15 +33,19 @@ packages do not contain portable builds.
Intel MKL Native Provider
-------------------------
Since v3.6.0 Math.NET Numerics can automatically choose the 64- or 32-bit version
of native providers depending on the operating system and process. But we do not
provide combined NuGet packages yet. If you intend to [maintain the native binaries
manually](MKL.html#Native-Binaries) it may be easier to download the combined Zip file in the release archive.
The new combined package includes both 32 and 64 bit binaries and can automatically
pick the right one at runtime. It is also MsBuild integrated, so there is no
more need to any manual file handling. But it is only supported by Math.NET Numerics
v3.6.0 and higher.
If you intend to [maintain the native binaries manually](MKL.html#Native-Binaries)
it may be easier to download the Zip file in the release archive.
[Intel MKL Native Provider Release Notes](ReleaseNotes-MKL.html)
- [**MathNet.Numerics.MKL.Win-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x64/) - Windows 64-bit.
- [**MathNet.Numerics.MKL.Win-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x86/) - Windows 32-bit.
- [**MathNet.Numerics.MKL.Win**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win/) - Windows (combined, MsBuild integrated).
- [**MathNet.Numerics.MKL.Win-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x64/) - Windows 64-bit only.
- [**MathNet.Numerics.MKL.Win-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Win-x86/) - Windows 32-bit only.
- [**MathNet.Numerics.MKL.Linux-x64**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x64/) - Linux 64-bit.
- [**MathNet.Numerics.MKL.Linux-x86**](https://www.nuget.org/packages/MathNet.Numerics.MKL.Linux-x86/) - Linux 32-bit.

2
docs/content/Users.md

@ -35,6 +35,8 @@ Closed Source
* [SpectraFox](http://www.spectrafox.com/) STM / AFM spectroscopy analysis
* [Colymp](http://colymp.com/) Color Management Software
* [ILNumerics](http://ilnumerics.net/)
* [GazeSpeaker](http://www.gazespeaker.org) Free software to help people with disabilities
* [ModVal.org](http://www.modval.org) Quant model repository for regulatory and internal model validation.
* At least half of the hearing aid market for their software to fit
their hearing instruments to a patient's actual hearing loss.

Loading…
Cancel
Save