clustering_metrics.fent package

Module contents

Experiment with F2PY

Useful links:

Steps to compile:

f2py -h _fent.pyf -m _fent _fent.f90 --overwrite-signature
python setup.py build_ext --inplace

Numpy v0.10.1 has a bug where you have to edit the output of f2py above and modify the PYF signature file adding intent(out) as needed.