ezp
lightweight C++ wrapper for selected distributed solvers for linear systems
Loading...
Searching...
No Matches
example.pardiso.coo.cpp File Reference

Example caller to the pardiso solver. More...

#include <ezp/pardiso.hpp>
#include <iomanip>
#include <iostream>
Include dependency graph for example.pardiso.coo.cpp:

Functions

int main ()
 

Detailed Description

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.

Author
tlc
Date
07/5/2026
Version
1.0.0