Page MenuHomeHEPForge

ScannerSUserAux.cpp
No OneTemporary

ScannerSUserAux.cpp

#include "ScannerSUserAux.h"
using namespace std;
/////////////////////////////////////////////////////////////////
/////////////////// USER DEFINED FUNCTIONS //////////////////////
/////////////////////////////////////////////////////////////////
/////////// Create functions according to your needs! ///////////
/////////////////////////////////////////////////////////////////
void polyroots(double * & a,double * & z, int dim)
{
gsl_poly_complex_workspace * w = gsl_poly_complex_workspace_alloc(dim+1);
gsl_poly_complex_solve (a, dim+1, w, z);
gsl_poly_complex_workspace_free (w);
}

File Metadata

Mime Type
text/x-c
Expires
Sat, Dec 21, 5:31 PM (12 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3819572
Default Alt Text
ScannerSUserAux.cpp (606 B)

Event Timeline