slepc-complex

Eigenvalue problem solver library with complex number support

brewmacoslinux
Try with needOr install directly
Source

About

Scalable Library for Eigenvalue Problem Computations (complex)

Commands

slepc-complex

Examples

Link slepc-complex library in C/C++ code for eigenvalue computations$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs slepc-complex)
Check slepc-complex installation and configuration details$ pkg-config --modversion slepc-complex
Use slepc-complex in Fortran code compilation$ gfortran myprogram.f90 -o myprogram $(pkg-config --cflags --libs slepc-complex)