Anders Wenhaug
Anders Wenhaug
When the Python interface is done and working well (which is the case very soon), we should add SPLINTER to PyPI, the Python Package Index, so users can easily install...
import splinterpy splinterpy.bspline_interpolator([0,1,2], [1,2,3]) causes an exception (presumably due to using degree==3 (the default) to interpolate only 3 data points), with the exception message being garbage.
Currently SPLINTER uses Eigen types (typedefs DenseVector and DenseMatrix) all over the interface. This requires the user to investigate what those types actually are, and also requires the user to...
Use #pragma once instead of # ifndef THIS_HEADER # define THIS_HEADER # endif // THIS_HEADER to avoid including headers more than once. This has several benefits, two of them being:...
After building all desired combinations of architectures and compilers we should run all tests. Return value of last command is stored in $? in bash. Catch seems to return 0...
Enabling the "Show virtual space at file bottom" (Settings->Editor->General, under "Virtual Space") makes the "scrollbar" on the minimap show the wrong place. When scrolling to the absolute bottom (with virtual...