pfapack-sys 0.1.1

Rust bindings to pfapack, a Fortran library to compute Pfaffians.
Documentation
1
2
3
4
5
6
7
all:
	make -C c_interface
	make -C fortran

clean:
	make -C c_interface clean
	make -C fortran clean