Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
spm
Commits
0ee5d054
Commit
0ee5d054
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Fix some documentation warnings
parent
aedad4bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
z_spm.h
+0
-3
0 additions, 3 deletions
z_spm.h
z_spm_laplacian.c
+2
-2
2 additions, 2 deletions
z_spm_laplacian.c
with
2 additions
and
5 deletions
z_spm.h
+
0
−
3
View file @
0ee5d054
...
...
@@ -35,9 +35,6 @@ int z_spmConvertCSR2IJV( pastix_spm_t *spm );
int
z_spmConvertIJV2CSC
(
pastix_spm_t
*
spm
);
int
z_spmConvertIJV2CSR
(
pastix_spm_t
*
spm
);
void
z_spmConvertColMaj2RowMaj
(
pastix_spm_t
*
spm
);
void
z_spmConvertRowMaj2ColMaj
(
pastix_spm_t
*
spm
);
pastix_complex64_t
*
z_spm2dense
(
const
pastix_spm_t
*
spm
);
/**
...
...
This diff is collapsed.
Click to expand it.
z_spm_laplacian.c
+
2
−
2
View file @
0ee5d054
...
...
@@ -25,7 +25,7 @@
* @ingroup spm_dev_driver
*
* @brief Generate a laplacian matrix for a 7-points stencil
* \[ M = \alpha * D - \beta * A \]
* \
f
[ M = \alpha * D - \beta * A \
f
]
*
* Example:
* > 3 -1 -1 0 -1 0 0 0
...
...
@@ -294,7 +294,7 @@ z_spmExtendedLaplacian2D( pastix_spm_t *spm,
* @ingroup spm_dev_driver
*
* @brief Generate an extended laplacian matrix for a 27-points stencil with
* \[ M = \alpha * D - \beta * A \]
* \
f
[ M = \alpha * D - \beta * A \
f
]
*
*******************************************************************************
*
...
...
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