Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8310153
ScannerSUserAux.cpp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
606 B
Subscribers
None
ScannerSUserAux.cpp
View Options
#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
Details
Attached
Mime Type
text/x-c
Expires
Sat, Dec 21, 5:31 PM (9 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3819572
Default Alt Text
ScannerSUserAux.cpp (606 B)
Attached To
rSCANNERSSVN scannerssvn
Event Timeline
Log In to Comment