Main Page
Data Structures
Files
File List
Globals
kernel
linear_algebra
interpolation.h
Go to the documentation of this file.
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 <vector>
12
13
class
intvec
;
14
struct
sip_sideal
;
typedef
struct
sip_sideal
*
ideal
;
15
16
ideal
interpolation
(
const
std::vector<ideal>& L,
intvec
*
v
);
17
18
19
#endif
20
interpolation
ideal interpolation(const std::vector< ideal > &L, intvec *v)
Definition:
interpolation.cc:1483
ideal
const ideal
Definition:
gb_hack.h:42
intvec
Definition:
intvec.h:16
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition:
facBivar.h:37
sip_sideal
Definition:
simpleideals.h:13
Generated on Mon Aug 3 2015 12:41:01 by
doxygen 1.8.9.1
for
Singular a9b8ed0|M