portable.csmpfit 1.0.0.60208

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package portable.csmpfit --version 1.0.0.60208
                    
NuGet\Install-Package portable.csmpfit -Version 1.0.0.60208
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="portable.csmpfit" Version="1.0.0.60208" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="portable.csmpfit" Version="1.0.0.60208" />
                    
Directory.Packages.props
<PackageReference Include="portable.csmpfit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add portable.csmpfit --version 1.0.0.60208
                    
#r "nuget: portable.csmpfit, 1.0.0.60208"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package portable.csmpfit@1.0.0.60208
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=portable.csmpfit&version=1.0.0.60208
                    
Install as a Cake Addin
#tool nuget:?package=portable.csmpfit&version=1.0.0.60208
                    
Install as a Cake Tool

This is a Portable C# port of the C-based mpfit Levenberg Marquardt solver at Argonne National Labs (http://cow.physics.wisc.edu/~craigm/idl/cmpfit.html) .

Supported platforms .NET 4 and higher, Windows 8 and higher, Windows Phone Silverlight 8 and 8.1, Windows Phone 8.1 and higher, Silverlight 5, Xamarin Android, Xamarin iOS (Classic and Unified API).

Portable Class Library is distributed by Cureos AB and is identical to David Cuccia's csmpfit for .NET and Silverlight except that console output can be designated to arbitrary StreamWriter.

csmpfit is based on the following IDL and C mpfit libraries:

Details: Levenberg-Marquardt nonlinear optimization library
Website: http://www.physics.wisc.edu/~craigm/idl/idl.html
License: Public
Credit: B. Garbow, K. Hillstrom, J. More' (Argonne National Laboratory, MINPACK project, March 1980),
C. Markwardt (Enhancements and packaging)
S. Moshier (ported from Fortran to C)

Additional Acknowledements
csmpfit was developed in collaboration with researchers at the Virtual Photonics Technology Initiative (http://virtualphotonics.org/, https://virtualphotonics.codeplex.com/). This work was made possible in part by the Laser Microbeam and Medical Program (LAMMP: P41 RR01192), an NIH/NCRR National Biomedical Technology Center.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated