|
ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
|
Example caller to the pardiso solver.
More...
Functions | |
| int | main () |
Example caller to the pardiso solver.
The pardiso solver expects input matrices in the compressed sparse row (CSR) format. This example demonstrates how to convert a matrix in the coordinate list (COO) format to the CSR format using the sparse_csr_mat constructor, and then solve a linear system using the pardiso solver.