#include "pch.h"
#include "polynomi.h"
#include "secblock.h"
#include <sstream>
#include <iostream>
Go to the source code of this file.
|
template<class Ring , class Element > |
void | PrepareBulkPolynomialInterpolation (const Ring &ring, Element *w, const Element x[], unsigned int n) |
|
template<class Ring , class Element > |
void | PrepareBulkPolynomialInterpolationAt (const Ring &ring, Element *v, const Element &position, const Element x[], const Element w[], unsigned int n) |
|
template<class Ring , class Element > |
Element | BulkPolynomialInterpolateAt (const Ring &ring, const Element y[], const Element v[], unsigned int n) |
|
template<class Ring , class Element >
Element BulkPolynomialInterpolateAt |
( |
const Ring & |
ring, |
|
|
const Element |
y[], |
|
|
const Element |
v[], |
|
|
unsigned int |
n |
|
) |
| |
template<class Ring , class Element >
void PrepareBulkPolynomialInterpolation |
( |
const Ring & |
ring, |
|
|
Element * |
w, |
|
|
const Element |
x[], |
|
|
unsigned int |
n |
|
) |
| |
template<class Ring , class Element >
void PrepareBulkPolynomialInterpolationAt |
( |
const Ring & |
ring, |
|
|
Element * |
v, |
|
|
const Element & |
position, |
|
|
const Element |
x[], |
|
|
const Element |
w[], |
|
|
unsigned int |
n |
|
) |
| |