Andreas
Andreas
In `Butterworth.cpp` , in this piece of code (line 201): ``` // correct the overall gain if(filter == kLoPass || filter == kBandPass){ // pre-blt is okay for S-plane ba[0]...
I want to create some functionality in my C code that allows to model data and store them in SEG-Y files for usage later. I couldn't find an example that...
Hi, apologies for the big text that follows! I am trying to implement a find-closest-point in 4 dimensions using this library in the following way. Initially, I create randomly a...
I was facing a problem while trying to compile and install from source following the instruction below: ``` git clone https://github.com/equinor/segyio mkdir segyio/build cd segyio/build cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON make...
Hi, I have seen the example for building the _kd-tree_ on host using `cukd::buildTree_host`. Is it also possible to perform scan for the nearest neighbor on host, via `cukd::stackFree::fcp` or...