Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedMathLib

An experimental advanced math library for .NET with:

  • Linear algebra (solving, inversion, determinants)
  • Fourier analysis (DFT, FFT, spectral analysis)
  • Numerical integration and differentiation
  • Optimization algorithms
  • Statistical functions
  • Signal processing
  • Financial maths

Installation

To create a NuGet package:

dotnet pack -c Release

or (if we want to ensure dependencies in the .nupkg):

dotnet pack --include-symbols --include-source -c Release

To install the package locally:

dotnet add package AdvancedMathLib --source directoryOfAdvancedMathLibProject/bin/Release

To reinstall the package locally:

dotnet clean
dotnet nuget locals all --clear
dotnet restore
dotnet add package AdvancedMathLib --source directoryOfAdvancedMathLibProject/bin/Release

About

An experimental advanced math NuGet package.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages