linbox
benchmark.C File Reference

utils More...

#include "linbox/linbox-config.h"
#include "benchmark.h"

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Functions

double fit2 (const dvector_t &X, const dvector_t &Y, int n, double x)
 fit X[n-1,n],Y[n-1,n] and return evaluation at x.
 
double fit3 (const dvector_t &X, const dvector_t &Y, int n, double x)
 fit X[n-2,n],Y[n-2,n] and return evaluation at x.
 

Detailed Description

utils