Rank: 205223 based on 0 downloads (last 30 days) and 0 file submitted
photo

Martijn

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Martijn View all
Updated File Comments Rating
11 Jul 2012 Fast Linear Interpolation Performs linear interpolation with a speed acceleration of (up to) 4x. Author: Umberto Picchini

If I provide a scalar input for 'xi' in a particular situation, I get an output array of size 2!

14 Jun 2012 Fast B-spline class Fit, evaluate, differentiate non-uniform B-splines of any order - fast Author: Patrick Mineault

I get a long list of syntax errors when trying to compile on x64. I have not tried 32.

evalBin.c
evalBin.c(98) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(99) : error C2065: 'x_ptr' : undeclared identifier
evalBin.c(99) : warning C4047: 'function' : 'const mxArray *' differs in levels of indirection from 'int'
evalBin.c(99) : warning C4024: 'mexmetypecheck' : different types for formal and actual parameter 1
evalBin.c(100) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(101) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(102) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(103) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(104) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(105) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(106) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(107) : error C2143: syntax error : missing ';' before 'const'
evalBin.c(108) : error C2065: 'firstknot_ptr' : undeclared identifier

etc...

Contact us