matrix-storage

Storing matrices in a relational database

Hey guys, I am working on a project for a client and going through the initial database design. The project will be a simple web app for tracking processes and their outcomes within a matrix diagram, I am looking for a good way to store these in relational tables. Right now I am thinking I have a general table for Routines which the x...

Looking for a C++ open source matrix storage library

The library needs to: record vector or matrices in "frames" (timestamped) enable multiple streams and markers It would be good if the library: had a BSD licence was well documented was written in C++ enabled non-linear access I have found a library that is very interesting and does points (1) and (2): SDIF. But the documentation ...