levmar
levmar copied to clipboard
Python binding to the levmar library using Cython
Please, could you help me to solve installation issue? Command (Windows 10) ``` pip install levmar ``` shows error message: ``` LINK : fatal error LNK1181: cannot open input file...
I'm having trouble installing this. It seems to be building correctly, but when I try to run the tests I get an error on import. I would try the "in...
I tried to install this package, but got a few errors. The first was that I am using MKL, and `get_info` was returning an additional include_dirs kwarg. This prevented setup...
ranlib liblevmar.a gcc -O3 -funroll-loops -Wall -c -o lmdemo.o lmdemo.c gcc -L/usr/local/lib -L. lmdemo.o -o lmdemo -llevmar -llapack -lblas -lf2c -lm /usr/local/lib/liblevmar.a(misc.o): In function `slevmar_trans_mat_mat_mult': misc.c:(.text+0x49): undefined reference to `sgemm_'...
Hi, i can't build it from the soures without removing the `$(ARCHFLAGS)` from line 16 of Makefile. The error: gcc -fPIC -ULINSOLVERS_RETAIN_MEMORY -arch x86_64 -O3 -funroll-loops -Wall -c lm.c -o...
See Title, the easy solution would be a check of the output of f and, if neccersy, upcast it to float64. The better solution would be using the single precession...
Weighted least square is not implemented yet.