Search Unity

Math.NET for Unity

Discussion in 'Assets and Asset Store' started by TheD0ctor, Dec 2, 2016.

  1. TheD0ctor

    TheD0ctor

    Joined:
    Sep 29, 2016
    Posts:
    13

    Math.NET for Unity is a port of the official Math.NET Numerics library. Math.NET Numerics is a mathematics library written in C#. Math.NET for Unity includes all classes of Math.NET Numerics including parallelisation. Some of the available classes are:

    Linear Algebra with support for Single, Double and Complex
    • Support for Dense and Sparce Matrices
    • Cholesky factorization
    • EVD factorization
    • Gram Schmidt decomposition
    • LU decomposition
    • QR decomposition
    • SVD decomposition
    • A number of iterative solvers
    Random Number Generation
    • Multiplicative congruential generator
    • Mersenne Twister
    • Combined multiple recursive generator
    • Parallel additive lagged Fibonacci generator
    • Wichmann-Hill's congruential generator
    • Xorshift generator

    Probability and Statistics
    • 19 Continuous probability distributions
    • 10 Discrete disctributions

    Special Functions

    Regression
    • Linear regression
    • Multiple regression
    • Weighted regression

    Interpolation
    • Barycentric interpolation
    • Cubic spline interpolation
    • Linear spline interpolation
    • Neville polynomial interpolation
    • Quadratic spline interpolation
    • Bulirsch Stoer rational interpolation

    Differential Equation Solvers
    • Adams Bashforth solver
    • Runge Kutta second and fourth order solver

    Numerical Integration and Differentiation
    Function Sampling
    Optimization
    More than 1300 pages of documentation
    and more...


    Can't find the functionality you're looking for? No problem, just submit a feature request at our forums.

    Available at the Unity Asset Store:
     
    Last edited: Dec 14, 2016
    sgt3v and mgear like this.
  2. luizatvieira

    luizatvieira

    Joined:
    Jul 26, 2020
    Posts:
    1
    Does this still work/exist? I can't seem to be able to find it in the assets store and all the links seem to be broken...
     
  3. StevenPicard

    StevenPicard

    Joined:
    Mar 7, 2016
    Posts:
    859
    I don't know what OP did for their version but this could be a good starting point for you.
    https://www.mathdotnet.com/