Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Cholesky decomposition
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Computer code=== * [http://netlib.org/lapack/ LAPACK] is a collection of FORTRAN subroutines for solving dense linear algebra problems (DPOTRF, DPOTRF2, [http://www.netlib.org/utk/papers/factor/node9.html details] [http://www.netlib.org/utk/papers/factor/node13.html performance]) * [http://www.alglib.net/ ALGLIB] includes a partial port of the LAPACK to C++, C#, Delphi, Visual Basic, etc. (spdmatrixcholesky, hpdmatrixcholesky) * [http://www.cs.utexas.edu/users/flame/ libflame] is a C library with LAPACK functionality. * [http://www.cs.utexas.edu/users/flame/Movies.html#Chol Notes and video on high-performance implementation of Cholesky factorization] at The University of Texas at Austin. * [http://upcommons.upc.edu/pfc/handle/2099.1/10988/ Cholesky : TBB + Threads + SSE] is a book explaining the implementation of the CF with TBB, threads and SSE (in Spanish). * [http://ceres-solver.org/ library "Ceres Solver" ] by Google. * [https://web.archive.org/web/20120807190828/http://infohost.nmt.edu/~borchers/ldlt.html LDL decomposition] routines in Matlab. * [http://arma.sourceforge.net/download.html Armadillo] is a C++ linear algebra package * [http://rosettacode.org/wiki/Rosetta_Code Rosetta Code] is a programming chrestomathy site. [https://rosettacode.org/wiki/Cholesky_decomposition on page topic]. * [https://algowiki-project.org/en/Open_Encyclopedia_of_Parallel_Algorithmic_Features AlgoWiki] is an open encyclopedia of algorithms’ properties and features of their implementations [https://algowiki-project.org/en/Cholesky_decomposition on page topic] * [https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html Intel® oneAPI Math Kernel Library] Intel-Optimized Math Library for Numerical Computing [https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-linear-equation-routines/lapack-linear-equation-computational-routines/matrix-factorization-lapack-computational-routines/potrf.html#potrf ?potrf], [https://software.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/lapack-routines/lapack-linear-equation-routines/lapack-linear-equation-computational-routines/solving-systems-of-linear-equations-lapack-computational-routines/potrs.html#potrs ?potrs]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Cholesky decomposition
(section)
Add topic