Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
cb42f7cb
Commit
cb42f7cb
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/orgmode/chapters/using.org
+4
-4
4 additions, 4 deletions
doc/orgmode/chapters/using.org
with
4 additions
and
4 deletions
doc/orgmode/chapters/using.org
+
4
−
4
View file @
cb42f7cb
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment