GeoMop / bapprox

Python tool for approximate 3d points using Bspline surface
3 stars 1 forks source link

Test variant of sparse matrices #9

Open jirihnidek opened 8 years ago

jirihnidek commented 8 years ago

The "dok" format of sparse matrices is used for everything (assembling of matrices, computing) and it is not efficient. Try to use different formats.