source: git/Singular/interpolation.h @ 3bef0a

spielwiese
Last change on this file since 3bef0a was 599326, checked in by Kai Krüger <krueger@…>, 14 years ago
Anne, Kai, Frank: - changes to #include "..." statements to allow cleaner build structure - affected directories: omalloc, kernel, Singular - not yet done: IntergerProgramming git-svn-id: file:///usr/local/Singular/svn/trunk@13032 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 339 bytes
Line 
1/*****************************************
2*  Computer Algebra System SINGULAR      *
3*****************************************/
4/* $Id$ */
5/*
6* ABSTRACT: ideals of points (with multiplicities)
7*/
8
9#ifndef INTERPOLATION_H
10#define INTERPOLATION_H
11
12#include <kernel/structs.h>
13
14BOOLEAN jjINTERPOLATION(leftv res, leftv l, leftv v);
15
16#endif
17
Note: See TracBrowser for help on using the repository browser.