libformfactor

C++ library for efficient computation of scattering form factors

brewmacoslinux
Try with needOr install directly
Source

About

C++ library for the efficient computation of scattering form factors

Commands

libformfactor

Examples

Link against libformfactor in a C++ project compilation$ g++ -o myapp myapp.cpp -lformfactor
Find libformfactor installation path and headers$ brew --prefix libformfactor && pkg-config --cflags libformfactor
Verify libformfactor library is properly installed$ pkg-config --modversion libformfactor