My Project
debian-1:4.1.1-p2+ds-4build4
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
#include "
polys/monomials/ring.h
"
11
#include "
misc/intvec.h
"
12
#include <vector>
13
14
ideal
interpolation
(
const
std::vector<ideal>& L,
intvec
*
v
);
15
16
17
#endif
18
intvec
Definition:
intvec.h:21
v
const Variable & v
< [in] a sqrfree bivariate poly
Definition:
facBivar.h:37
interpolation
ideal interpolation(const std::vector< ideal > &L, intvec *v)
Definition:
interpolation.cc:1483
intvec.h
ring.h
Generated on Mon Nov 8 2021 19:07:08 for My Project by
doxygen 1.9.1
for
Singular debian-1:4.1.1-p2+ds-4build4