#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <strings.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "svdlib.h"
Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
-
Definition at line 10 of file main.c.
Function Documentation
| static void debug |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| [static] |
| static void fatalError |
( |
char * |
fmt, |
|
|
|
... |
|
) |
| [static] |
| static long imin |
( |
long |
a, |
|
|
long |
b |
|
) |
| [static] |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 77 of file main.c.
References smat::cols, svdrec::d, FALSE, fatalError(), imin(), LAS2, printUsage(), smat::rows, svdrec::S, SVD_F_DB, SVD_F_DT, SVD_F_SB, SVD_F_ST, SVD_F_STH, SVD_IS_SPARSE, SVD_MXV, SVDCount, svdFreeSMat(), svdLAS2(), svdLoadDenseMatrix(), svdLoadSparseMatrix(), svdTransposeD(), svdTransposeS(), SVDVerbosity, svdWriteDenseArray(), svdWriteDenseMatrix(), svdWriteSparseMatrix(), timer(), TRUE, svdrec::Ut, and svdrec::Vt.
| void printUsage |
( |
char * |
progname ) |
|