Click here to Skip to main content
15,896,201 members
Articles / Desktop Programming / Win32

F# Versus Mathematics: Part One - Getting Started with BLAS and LAPACK

Rate me:
Please Sign up or sign in to vote.
4.89/5 (12 votes)
24 Mar 2011CPOL11 min read 29.5K   401   30  
Accessing Industry-Standard Linear Algebra Libraries from .NET Code

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fundamentals", "Fundamentals.fsproj", "{12387539-7312-4FF2-829E-D65FCE8C82F8}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestFundamentalsFs", "..\TestFundamentals\TestFundamentalsFs.fsproj", "{98A701D6-A021-4F8E-84AE-63E023A64A09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestFundamentalsCs", "..\TestFundamentalsCs\TestFundamentalsCs.csproj", "{4DCA5171-CE13-462C-841F-7DAC18706483}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestMatrices", "..\TestMatrices\TestMatrices.fsproj", "{74587715-DA58-4022-9E28-477424AAEA30}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Debug|x86.ActiveCfg = Debug|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Release|Any CPU.Build.0 = Release|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{12387539-7312-4FF2-829E-D65FCE8C82F8}.Release|x86.ActiveCfg = Release|Any CPU
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Debug|Any CPU.ActiveCfg = Debug|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Debug|x86.ActiveCfg = Debug|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Debug|x86.Build.0 = Debug|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Release|Any CPU.ActiveCfg = Release|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Release|Mixed Platforms.Build.0 = Release|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Release|x86.ActiveCfg = Release|x86
		{98A701D6-A021-4F8E-84AE-63E023A64A09}.Release|x86.Build.0 = Release|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Debug|Any CPU.ActiveCfg = Debug|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Debug|x86.ActiveCfg = Debug|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Debug|x86.Build.0 = Debug|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Release|Any CPU.ActiveCfg = Release|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Release|Mixed Platforms.Build.0 = Release|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Release|x86.ActiveCfg = Release|x86
		{4DCA5171-CE13-462C-841F-7DAC18706483}.Release|x86.Build.0 = Release|x86
		{74587715-DA58-4022-9E28-477424AAEA30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Debug|x86.ActiveCfg = Debug|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Release|Any CPU.Build.0 = Release|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{74587715-DA58-4022-9E28-477424AAEA30}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Dan Buskirk earns his living as a developer for SQL Server and Analysis Services databases. He never met a number he didn't want to crunch.

Comments and Discussions