#include <sys/types.h>#include <sys/mman.h>#include <sys/stat.h>#include <limits.h>#include <stdlib.h>#include <fcntl.h>#include <errno.h>#include <fstream>#include "Exception.h"#include "Util.h"Go to the source code of this file.
Functions | |
| void | getSize (istream &is, uint &nrows, uint &ncols) |
| int | main (int argc, char *argv[]) |
| void getSize | ( | istream & | is, | |
| uint & | nrows, | |||
| uint & | ncols | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 38 of file loadKernelMatrix.cpp.
References Exception::Assert(), Util::endProgress(), Exception::GetMessage(), getSize(), and Util::outProgress().
1.5.1