#include "typedefs.hpp"Go to the source code of this file.
Functions | |
| belfem::int_t | pardisotools_initialize_parameters (const belfem::int_t *aParameters) |
| belfem::int_t | pardisotools_symbolic_factorization (const belfem::int_t &aN, const belfem::int_t &aNNZ, const belfem::int_t &aNRHS, const belfem::int_t *aPointers, const belfem::int_t *aIndices, const double *aValues) |
| belfem::int_t | pardisotools_solve (const belfem::int_t &aN, const belfem::int_t &aNNZ, const belfem::int_t &aNRHS, const belfem::int_t *aPointers, const belfem::int_t *aIndices, const double *aValues, double *aLHS, const double *aRHS, belfem::int_t *aInfo) |
| belfem::int_t | pardisotools_free () |
| double | pardisotools_get_determinant () |
| belfem::int_t pardisotools_free | ( | ) |
| double pardisotools_get_determinant | ( | ) |
| belfem::int_t pardisotools_initialize_parameters | ( | const belfem::int_t * | aParameters | ) |
| belfem::int_t pardisotools_solve | ( | const belfem::int_t & | aN, |
| const belfem::int_t & | aNNZ, | ||
| const belfem::int_t & | aNRHS, | ||
| const belfem::int_t * | aPointers, | ||
| const belfem::int_t * | aIndices, | ||
| const double * | aValues, | ||
| double * | aLHS, | ||
| const double * | aRHS, | ||
| belfem::int_t * | aInfo ) |
| belfem::int_t pardisotools_symbolic_factorization | ( | const belfem::int_t & | aN, |
| const belfem::int_t & | aNNZ, | ||
| const belfem::int_t & | aNRHS, | ||
| const belfem::int_t * | aPointers, | ||
| const belfem::int_t * | aIndices, | ||
| const double * | aValues ) |