User profile: dariodem

User info
User name:dariodem
Name:Dario Jesus Dematties
Location:Mendoza, Argentina
Bio:I received my bachelor degree in Electronic Engineering at Universidad Tecnológica Nacional, Facultad Regional Mendoza. Currently, I am a PhD student at Universidad de Buenos Aires, Facultad de Ingeniería. My main research field is in the area of computational biological linguistic.
History
Joined:
Number of posts:48
Latest posts:

Saving multidimensional vector to hdf5 format.
Hello Forum, Since multidimensional vectors in C++ (vector<vector<vector<etc...>>>) are not nece...

double Writing to and reading from binary file
Thanks Chervil, you are right, the problem seemed to be in a MPI I/O library I was using. I didn't...

double Writing to and reading from binary file
Hello People! I am trying to write and read double to and from binary files. I am using the follow...

efficient std vector I/O (.mat format)
Wow! what a code JLBorges! [quote]buffering tends to be slow[/quote] You are right, but it will be...

efficient std vector I/O (.mat format)
Hello People, I have written a pear of templates in order to write and read std vectors in and fr...