Dear Haskellers, 

I'm looking for Vector and especially Matric interpolation ala:

    z = interp2 (xMatrix, yMatrix, zMatrix, x, y) 

   - x and y can be single values or also vectors or matrices
   - indeally with the options nearest, linear, quadratic, qubic..      

Any hope that there is something similar especially using the HMatrix
matrices (Matrix Double). - If I have to code it any suggestions ?

Cheers Phil


-- 
View this message in context: 
http://haskell.1045720.n5.nabble.com/HMatrix-Vector-Matrix-interpolation-ala-Matlab-interp-interp2-tp3352833p3352833.html
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to