Martin Strunz
Martin Strunz
/src/nn/nn.c line 227 Code: static int get_index_from_name(int N, const char* names[N], const char* name) { for (int i = 0; i < N; i++) if ((names[i] != NULL) && (names[i]...
/src/num/blas.h line 59 extern void blas_matrix_zfmac(long M, long K, /*
histo_register\SimpleBaseLib\src\image\ImageUtil.cc Code: bool rectIntersects( const ImageGrayU &mask, int x1, int y1, int x2, int y2 ) { assertAlways( y2 >= y1 ); assertAlways( x2 >= x2 ); //
ED.cpp line 336 Code: case SCHARR_OPERATOR: gx = abs(3 * (com1 + com2) + 10 * (smoothImg[i*width + j + 1] - smoothImg[i*width + j - 1])); gy = abs(3...
EDColor.h has still a reference to GPL
applications/plugins/PersistentContact/PersistentUnilateralInteractionConstraint.inl line 485 Code: template void PersistentUnilateralInteractionConstraint::draw(const core::visual::VisualParams* vparams) { return; if (!vparams->displayFlags().getShowInteractionForceFields()) return; //
go/common/grpc/grpc.go line 408 Code: type Server struct { sync.Mutex //
\go\common\address.go line 174 Code: url, err := url.Parse(rawURL) //