ergo
bin2m.cc File Reference

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[])
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)