mcyc / crispy

Computational Ridge Identification with SCMS for Python
GNU General Public License v3.0
9 stars 2 forks source link

Full vectorization #33

Open mcyc opened 1 month ago

mcyc commented 1 month ago

The code can use full vectorization with numpy to achieve better efficiencies

mcyc commented 1 month ago

The first successful implementation in b42f895a74042ee61f525c85309505bab2a18677, and a more polished version is available in 55948cd8cfb90a78dbd3566cd712e94f83a43410, currently under the vectorized branch