Skip to content

Add link to LinearSolve interface to README.md #119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pjaap
Copy link

@pjaap pjaap commented May 26, 2025

No description provided.

Copy link

codecov bot commented May 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.19%. Comparing base (6bd51da) to head (61e2da5).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   47.30%   47.19%   -0.12%     
==========================================
  Files           4        4              
  Lines         446      445       -1     
==========================================
- Hits          211      210       -1     
  Misses        235      235              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -155,6 +155,10 @@ The number of threads are set at the creation of the `PardisoSolver` by looking

The number of threads used by a `PardisoSolver` can be retrieved with `get_nprocs(ps)`

## `LinearSolve.jl` interface

To use `PardisoSolver` and `MKLPardisoSolver` in a `LinearSolve.jl` environment, see the wrapper prodived at [`LinearSolve` docs](https://docs.sciml.ai/LinearSolve/stable/solvers/solvers/#Pardiso.jl)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prodived -> provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants