12 Commits (0f545630ebffcab8df1b45417a1aec5d7519375d)

Author SHA1 Message Date
PBerger 06d78967df Fixed MDP Parser, removed parsing of STATES/TRANSITIONS, see #10 13 years ago
PBerger b2c0cfc57c Added a conversion routine GmmXX -> Storm Sparse Matrix 13 years ago
dehnert 756cbd4ed1 Fixed some bugs in GmmxxAdapter and added row-vector product to sparse matrix. 13 years ago
PBerger 4bb76d0268 Added EigenAdapter and a Test for the Adapter. 13 years ago
PBerger ad3922ec18 Fixed a bug in the GmmAdapter with non-square matrices being truncated. 13 years ago
PBerger 9e416b69e5 The GmmxxAdapter converts to a Row-Major Matrix, not column-major. 13 years ago
PBerger 557461a77d Renamed SquareSparseMatrix to SparseMatrix 13 years ago
PBerger 36e2f5f15b Refactored SparseMatrix, made references const. 13 years ago
PBerger b89db58fbb Made changes to all files that use the Sparse Matrix, as the diagonal entries are now included in the main storage. This refs #34 13 years ago
PBerger f983317b54 Renaming MRMC to STORM, see #42 13 years ago
dehnert a9b6e92306 Added adapters folder and GmmxxAdapter that is a friend class of the matrix class and can convert the sparse matrix to the gmm++ format. Removed this conversion from the matrix class. 13 years ago