Skip to content
Snippets Groups Projects
Commit eca2ebc5 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add few Eigen3 installation instructions

parent 54aed671
No related branches found
No related tags found
1 merge request!201Feature/eigen3
This commit is part of merge request !201. Comments created here will be created in the context of that merge request.
......@@ -82,6 +82,15 @@ To install `SLEPc` on Debian-like systems
apt install slepc-dev
```
#### `Eigen3`
`Eigen3` is linear system solver and an eigenvalue problem solver.
To install `Eigen3` on Debian-like systems
```shell
apt install libeigen3-dev
```
## Documentation
### User documentation
......@@ -234,6 +243,7 @@ the way `pugs` is built.
| Description | Variable | Values |
|:----------------|:--------------------|:----------------------------:|
| MPI support | `PUGS_ENABLE_MPI` | `AUTO`(default), `ON`, `OFF` |
| `Eigen3` support| `PUGS_ENABLE_EIGEN3`| `AUTO`(default), `ON`, `OFF` |
| `PETSc` support | `PUGS_ENABLE_PETSC` | `AUTO`(default), `ON`, `OFF` |
| `SLEPc` support | `PUGS_ENABLE_SLEPC` | `AUTO`(default), `ON`, `OFF` |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment