#include <driver.h>
Public Member Functions | |
| Driver (char **) | |
| Driver (int algo, OptionsStruct *opt=0) | |
| double * | getSing () |
| int | execute () |
| int | executeWithOptions () |
| virtual | ~Driver () |
| void | setOptions (OptionsStruct *) |
| OptionsStruct * | getOptions () const |
| void | showHelp (int l=0) |
Private Types | |
| enum | AlgoType { BLS1, BLS2, LAS1, LAS2, SIS1, SIS2, TMS1, TMS2 } |
Private Attributes | |
| OptionsStruct * | options |
| svdpack * | svd |
| char | fname [1024] |
| char | txx [6] |
| char * | m_progname |
| char * | algoname |
| int | cmdok |
| int | algo |
| int | verbose |
| bool | ascii |
| char | optionsFile [1024] |
| bool | vectors |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3