/***************************************** * Computer Algebra System SINGULAR * *****************************************/ /* $Id: interpolation.h,v 1.1 2006-08-10 12:51:38 Singular Exp $ */ /* * ABSTRACT: ideals of points (with multiplicities) */ #ifndef INTERPOLATION_H #define INTERPOLATION_H #include "structs.h" BOOLEAN jjINTERPOLATION(leftv res, leftv l, leftv v); #endif