gudhi-devel
gudhi-devel copied to clipboard
[Python] Use numpy more in interfaces
reader_utils, subsampling, etc return (and take) lists of lists (that's what cython automatically does with vectors of vectors). It would be better if they returned a numpy array (preferably directly, not by building a list first and then converting it to numpy array).
WIP and started by #498