Skip to content

Initial API support for iterative solvers with preconditioner, factorization and direct solvers #1

Initial API support for iterative solvers with preconditioner, factorization and direct solvers

Initial API support for iterative solvers with preconditioner, factorization and direct solvers #1

Workflow file for this run

name: Test GitHub Action
on:
pull_request:
types: [opened, synchronize]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@master
with:
config: .github/_typos.toml