Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ee5d054 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Fix some documentation warnings

parent aedad4bc
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
/**
......
......@@ -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]
*
*******************************************************************************
*
......
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