ergo
|
A program for conversion of binary matrix file to a matlab format file. More...
#include <stdio.h>
#include <memory>
#include "basisinfo.h"
#include "density_description_file.h"
#include "memorymanag.h"
Functions | |
int | main (int argc, char *argv[]) |
A program for conversion of binary matrix file to a matlab format file.
It accepts a file name as the input and prints the text form on the standard output. The file can be then fed to Matlab and will create matrix called "m" which can be then renamed within Matlab.
int main | ( | int | argc, |
char * | argv[] | ||
) |
References ddf_load_density(), ergo_free(), and BasisInfoStruct::noOfBasisFuncs.