Mentions légales du service

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

Rename pastix_ex_getoption to pastix_getOption

parent 811a4a0e
No related branches found
No related tags found
No related merge requests found
...@@ -29,40 +29,6 @@ ...@@ -29,40 +29,6 @@
#include "pastix/api.h" #include "pastix/api.h"
/**
* @brief The list of matrix driver readers and generators
*/
typedef enum pastix_driver_e {
PastixDriverRSA, /**< RSA driver */
PastixDriverHB, /**< Harwell Boeing driver */
PastixDriverIJV, /**< IJV Coordinate driver */
PastixDriverMM, /**< Matrix Market driver */
PastixDriverLaplacian, /**< 3, 5, or 7 points Lapalacian stencil generator */
PastixDriverXLaplacian, /**< 15-points Laplacian stencil generator */
PastixDriverGraph, /**< Scotch Graph driver */
/* PastixDriverDMM, /\**< Distributed Matrix Market driver *\/ */
/* PastixDriverCSCD, /\**< CSC distributed driver *\/ */
/* PastixDriverPetscS, /\**< Petsc Symmetric driver *\/ */
/* PastixDriverPetscU, /\**< Pestc Unssymmetric driver *\/ */
/* PastixDriverPetscH, /\**< Pestc Hermitian driver *\/ */
/* PastixDriverCCC, /\**< Not supported yet *\/ */
/* PastixDriverRCC, /\**< Not supported yet *\/ */
/* PastixDriverOlaf, /\**< Not supported yet *\/ */
/* PastixDriverPeer, /\**< Not supported yet *\/ */
/* PastixDriverBRGM, /\**< Not supported yet *\/ */
/* PastixDriverBRGMD, /\**< Not supported yet *\/ */
} pastix_driver_t;
/**
* @brief How to generate RHS
*/
typedef enum pastix_rhstype_e {
PastixRhsOne,
PastixRhsI,
PastixRhsRndX,
PastixRhsRndB
} pastix_rhstype_t;
/** /**
* *
* @brief The sparse matrix data structure * @brief The sparse matrix data structure
......
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