Fabcoin Core  0.16.2
P2P Digital Currency
Functions
polynomi.cpp File Reference
#include "pch.h"
#include "polynomi.h"
#include "secblock.h"
#include <sstream>
#include <iostream>
Include dependency graph for polynomi.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Function Documentation

template<class Ring , class Element >
Element BulkPolynomialInterpolateAt ( const Ring &  ring,
const Element  y[],
const Element  v[],
unsigned int  n 
)

Definition at line 555 of file polynomi.cpp.

Here is the caller graph for this function:

template<class Ring , class Element >
void PrepareBulkPolynomialInterpolation ( const Ring &  ring,
Element *  w,
const Element  x[],
unsigned int  n 
)

Definition at line 515 of file polynomi.cpp.

Here is the caller graph for this function:

template<class Ring , class Element >
void PrepareBulkPolynomialInterpolationAt ( const Ring &  ring,
Element *  v,
const Element &  position,
const Element  x[],
const Element  w[],
unsigned int  n 
)

Definition at line 528 of file polynomi.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: