I know about the DMAP CRDB_IN and CRDB_OUT and CRDB_DBK to get various matrices out. How does one use these (or another method) to get ASET information out in the HDF5 database?
The answer below works to extract the matrices. Is there a reference for how to interpret the IDENTITY and COLUMN data sets such that the matrices can be rebuilt? I didn't see anything in the DMAP programmers guide about it. For example, the demonstration below results in COLUMN containing
@Don Graff Thanks for the example. I was using version 2017 so I didn't see CRDB_MTX, but updated to 2018.2 and now I have it. Can you comment on my edit? I have the results and I can see how to reconstruct the matrix, but I don't see how to use the COLUMN, IDENTITY and DATA data sets to programmatically rebuild them.
@Don Graff Thanks for the example. I was using version 2017 so I didn't see CRDB_MTX, but updated to 2018.2 and now I have it. Can you comment on my edit? I have the results and I can see how to reconstruct the matrix, but I don't see how to use the COLUMN, IDENTITY and DATA data sets to programmatically rebuild them.