-
update the image.h (add border), gauss2.cuh (change the kernel size) and argumen… See merge request !31
-
…ts.h (comment the include file)
-
… stim/math for access to randomized variables and to sample a solid sphere (or angle), the functions are static but an instance can be initialized if a specific seed is needed
-
Conflicts: stim/biomodels/network.h stim/math/filters/conv2.h stim/visualization/cylinder.h stim/visualization/gl_network.h
-
Also updated stim::matrix to allow re-arranging of rows and columns, as well as saving to CSV files.
-
Since the CUDA compiler works on systems that don't support CUDA, there is no reason not to require the libraries at compile-time.
-
last changes for tensor-code project. add operator for struct matrix. See merge request !17