source: git/Singular/interpolation.h @ aee346d

spielwiese
Last change on this file since aee346d was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 328 bytes
Line 
1/*****************************************
2*  Computer Algebra System SINGULAR      *
3*****************************************/
4/*
5* ABSTRACT: ideals of points (with multiplicities)
6*/
7
8#ifndef INTERPOLATION_H
9#define INTERPOLATION_H
10
11#include <kernel/structs.h>
12
13BOOLEAN jjINTERPOLATION(leftv res, leftv l, leftv v);
14
15#endif
16
Note: See TracBrowser for help on using the repository browser.