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
bcc126e9
Commit
bcc126e9
authored
3 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-typo' into 'master'
testing_zlauum: fix typo See merge request
!296
parents
4dde8f99
6edd18ba
No related branches found
No related tags found
1 merge request
!296
testing_zlauum: fix typo
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/user/chapters/using.org
+1
-1
1 addition, 1 deletion
doc/user/chapters/using.org
testing/testing_zlauum.c
+1
-1
1 addition, 1 deletion
testing/testing_zlauum.c
with
2 additions
and
2 deletions
doc/user/chapters/using.org
+
1
−
1
View file @
bcc126e9
...
...
@@ -44,7 +44,7 @@
* getrs: General triangular solve (LU without pivoting)
* getrf: General factorization (LU without pivoting)
* potri: Symmetric positive definite matrix inversion
* lauum: Triangu
i
lar in-place matrix-matrix computation for Cholesky inversion
* lauum: Triangular in-place matrix-matrix computation for Cholesky inversion
* trtri: Triangular matrix inversion
* posv: Symmetric positive definite linear system solve (Cholesky)
* potrs: Symmetric positive definite solve (Cholesky)
...
...
This diff is collapsed.
Click to expand it.
testing/testing_zlauum.c
+
1
−
1
View file @
bcc126e9
...
...
@@ -97,7 +97,7 @@ void
testing_zlauum_init
(
void
)
{
test_zlauum
.
name
=
"zlauum"
;
test_zlauum
.
helper
=
"Triangu
i
lar in-place matrix-matrix computation for Cholesky inversion"
;
test_zlauum
.
helper
=
"Triangular in-place matrix-matrix computation for Cholesky inversion"
;
test_zlauum
.
params
=
zlauum_params
;
test_zlauum
.
output
=
zlauum_output
;
test_zlauum
.
outchk
=
zlauum_outchk
;
...
...
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