[Trilinos-Users] Dense Matrices From Mathematica HDF5 Export -- How To Read

Davood Ansari david.ansari at gmail.com
Thu Sep 4 00:30:14 MDT 2008


Hi all

Using EpetraExt::HDF5 Class, I have spent lots of time trying to read  dense
matrices in HDF5 files generated by mathematica
using methods like this:

Export[OutputFileName, L31, {"Datasets", "L31"}, {"DataFormat" -> "Real64",
"Append" -> True}];
Export[OutputFileName, L11, {"Datasets", "L11"}, {"DataFormat" -> "Real64",
"Append" -> True}];
Export[OutputFileName, L14, {"Datasets", "L14"}, {"DataFormat" -> "Real64",
"Append" -> True}];
...

(the L31, L11 L14 ... are dense matrices in mathematica)

My intension is to read them into a double** c/c++ arrays or equivalently
into a Epetra_SerialDenseMatrix objects.

Kindly  advise.

Davood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20080904/9c2032e0/attachment.html 


More information about the Trilinos-Users mailing list