Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cb42f7cb authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

latex is not considered by gitlab for interpreting org file

parent 17c83e93
No related branches found
No related tags found
No related merge requests found
...@@ -758,14 +758,14 @@ ...@@ -758,14 +758,14 @@
* syrk: rank k operations with A symmetric * syrk: rank k operations with A symmetric
* syr2k: rank 2k with A symmetric * syr2k: rank 2k with A symmetric
* trmm: gemm with A triangular * trmm: gemm with A triangular
* *Triangular solving* * *Triangular solving routines*
* trsm: computes triangular solve * trsm: computes triangular solve
* trsmpl: performs the forward substitution step of solving a * trsmpl: performs the forward substitution step of solving a
system of linear equations after the tile LU factorization of system of linear equations after the tile LU factorization of
the matrix the matrix
* trsmrv: * trsmrv:
* trtri: computes the inverse of a complex upper or lower triangular matrix A * trtri: computes the inverse of a complex upper or lower triangular matrix A
* *$LL^T$ (Cholesky) routines* * *LL' (Cholesky) routines*
* posv: linear systems solving using Cholesky factorization * posv: linear systems solving using Cholesky factorization
* potrf: Cholesky factorization * potrf: Cholesky factorization
* potri: computes the inverse of a complex Hermitian positive * potri: computes the inverse of a complex Hermitian positive
...@@ -778,7 +778,7 @@ ...@@ -778,7 +778,7 @@
* sytrf: Cholesky decomposition with A symmetric * sytrf: Cholesky decomposition with A symmetric
* sytrs: linear systems solving using existing Cholesky * sytrs: linear systems solving using existing Cholesky
decomposition with A symmetric decomposition with A symmetric
* *$LU$ routines* * *LU routines*
* gesv_incpiv: linear systems solving with LU factorization and * gesv_incpiv: linear systems solving with LU factorization and
partial pivoting partial pivoting
* gesv_nopiv: linear systems solving with LU factorization and * gesv_nopiv: linear systems solving with LU factorization and
...@@ -789,7 +789,7 @@ ...@@ -789,7 +789,7 @@
factorization with partial pivoting factorization with partial pivoting
* getrs_nopiv: linear systems solving using existing LU * getrs_nopiv: linear systems solving using existing LU
factorization without pivoting factorization without pivoting
* *$QR/LQ$ routines* * *QR/LQ routines*
* gelqf: LQ factorization * gelqf: LQ factorization
* gelqf_param: gelqf with hqr * gelqf_param: gelqf with hqr
* gelqs: computes a minimum-norm solution min || A*X - B || using * gelqs: computes a minimum-norm solution min || A*X - B || using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment