gudhi-devel icon indicating copy to clipboard operation
gudhi-devel copied to clipboard

[Python] Use numpy more in interfaces

Open mglisse opened this issue 5 years ago • 1 comments

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).

mglisse avatar Jan 04 '20 10:01 mglisse

WIP and started by #498

VincentRouvreau avatar Mar 04 '22 08:03 VincentRouvreau