To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

ALGLIB
Original author(s)Bochkanov Sergey Anatolyevich
Developer(s)ALGLIB LTD (UK)
Stable release
4.00.0 / 22 May 2023; 7 months ago (2023-05-22)
Operating systemCross-platform
TypeNumerical library
LicenseDual (commercial, GPL)
Websitewww.alglib.net

ALGLIB is a cross-platform open source numerical analysis and data processing library. It can be used from several programming languages (C++, C#, VB.NET, Python, Delphi, Java).

ALGLIB started in 1999 and has a long history of steady development with roughly 1-3 releases per year. It is used by several open-source projects, commercial libraries, and applications (e.g. TOL project, Math.NET Numerics,[1][2] SpaceClaim[3]).

YouTube Encyclopedic

  • 1/3
    Views:
    9 860
    2 167
    524
  • Real Time Correlation Indicator for MetaTrader MT4
  • VC#. Пакеты NuGet. Урок 6
  • Implementing the Cash-Karp Runge-Kutta method in Excel

Transcription

Features

Distinctive features of the library are:

  • Support for several programming languages with identical APIs (as of 2023, it supports C++, C#, FreePascal/Delphi, VB.NET, Python, and Java)
  • Self-contained code with no mandatory external dependencies and easy installation
  • Portability (it was tested under x86/x86-64/ARM, Windows and Linux)
  • Two independent backends (pure C# implementation, native C implementation) with automatically generated APIs (C++, C#, ...)
  • Same functionality of commercial and GPL versions, with enhancements for speed and parallelism provided in the commercial version

The most actively developed parts of ALGLIB are:

  • Linear algebra, offering a comprehensive set of both dense and sparse linear solvers and factorizations
  • Interpolation, featuring standard algorithms like polynomials and 1D/2D splines, as well as several unique large-scale interpolation/fitting algorithms. These include penalized 1D/2D splines, fast thin plate splines and fast polyharmonic splines, all scalable to hundreds of thousands of points.
  • Least squares solvers, including linear/nonlinear unconstrained and constrained least squares and curve fitting solvers
  • Optimization, with LP, QP and NLP solvers, derivative-free global solvers and multiobjective optimization algorithms.
  • Data analysis, with various algorithms being implemented

The other functions in the library include:

See also

References

  1. ^ "Math.NET Numerics". Numerics.mathdotnet.com. Retrieved 2010-07-10.
  2. ^ "Math.NET Numerics Contributors". GitHub.com. Retrieved 2013-05-07.
  3. ^ "End User License". .spaceclaim.com. Retrieved 2010-07-10.

External links

This page was last edited on 24 December 2023, at 17:28
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.