Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for ALGLIB 13 found (40 total)

alternate case: aLGLIB

Bidiagonal matrix (301 words) [view diff] exact match in snippet view article find links to article

Anatolyevich. ALGLIB User Guide - General Matrix operations - Singular value decomposition . ALGLIB Project. 2010-12-11. URL:http://www.alglib.net/matrixops/general/svd
QR algorithm (2,461 words) [view diff] exact match in snippet view article find links to article
Bochkanov Sergey Anatolyevich. ALGLIB User Guide - General Matrix operations - Singular value decomposition . ALGLIB Project. 2010-12-11. URL:[1] Accessed:
Akima spline (810 words) [view diff] exact match in snippet view article find links to article
second derivative. "Spline interpolation and fitting – ALGLIB, C++ and C# library". www.alglib.net. Akima, Hiroshi (1970). "A new method of interpolation
Jarque–Bera test (879 words) [view diff] exact match in snippet view article find links to article
k is the number of regressors when examining residuals to an equation. ALGLIB includes an implementation of the Jarque–Bera test in C++, C#, Delphi, Visual
Gauss–Kronrod quadrature formula (868 words) [view diff] exact match in snippet view article find links to article
Gauss-Kronrod rules. SLATEC (at Netlib) is a large public domain library for numerical computing. ALGLIB source code in C#, C++, Delphi & Visual Basic
Lagrange polynomial (3,647 words) [view diff] exact match in snippet view article find links to article
interpolation formula", Encyclopedia of Mathematics, EMS Press, 2001 [1994] ALGLIB has an implementations in C++ / C# / VBA / Pascal. GSL has a polynomial
Linear discriminant analysis (5,931 words) [view diff] exact match in snippet view article find links to article
Discriminant Correlation Analysis (DCA) of the Haghighat article (see above) ALGLIB contains open-source LDA implementation in C# / C++ / Pascal / VBA. LDA
QR decomposition (4,633 words) [view diff] exact match in snippet view article find links to article
manual gives details and examples of routines to calculate QR decomposition ALGLIB includes a partial port of the LAPACK to C++, C#, Delphi, etc. Eigen::QR
Wilcoxon signed-rank test (7,161 words) [view diff] exact match in snippet view article find links to article
wilcox.test(x,y, paired=TRUE), where x and y are vectors of equal length. ALGLIB includes implementation of the Wilcoxon signed-rank test in C++, C#, Delphi
LU decomposition (5,758 words) [view diff] exact match in snippet view article find links to article
collection of FORTRAN subroutines for solving dense linear algebra problems ALGLIB includes a partial port of the LAPACK to C++, C#, Delphi, etc. C++ code
Cholesky decomposition (7,645 words) [view diff] exact match in snippet view article find links to article
solving dense linear algebra problems (DPOTRF, DPOTRF2, details performance) ALGLIB includes a partial port of the LAPACK to C++, C#, Delphi, Visual Basic,
Polynomial interpolation (8,159 words) [view diff] exact match in snippet view article find links to article
"Interpolation process", Encyclopedia of Mathematics, EMS Press, 2001 [1994] ALGLIB has an implementations in C++ / C#. GSL has a polynomial interpolation code
Gaussian quadrature (6,819 words) [view diff] exact match in snippet view article find links to article
quadrature formula", Encyclopedia of Mathematics, EMS Press, 2001 [1994] ALGLIB contains a collection of algorithms for numerical integration (in C# / C++