You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dehnert eeddadc096 The columns of non-zero elements of a single row in a sparse matrix can now be iterated using an iterator. These iterator functionality is now used by the computation of the backwards transitions. 12 years ago
doc Updated styleguides 13 years ago
resources Moved/merged 3rdParty into 3rdparty 12 years ago
src The columns of non-zero elements of a single row in a sparse matrix can now be iterated using an iterator. These iterator functionality is now used by the computation of the backwards transitions. 12 years ago
test Changed all indexing to 0-bound. From now on, the available states always start with 0 and end with the state with the highest index used. 12 years ago
.gitignore Edited static_sparse_matrix.h, replaced all calloc/malloc calls with std::new 12 years ago
CMakeLists.txt Included DEFINE_UNIX switch for CMake in order to set necessary define for STLSoft (on Mac OS X). 12 years ago
FindPantheios.cmake Fixed CMakeLists.txt for Google Test to work with VS2012 12 years ago
FindSTLSoft.cmake Added temporary Find* files for CMake 12 years ago
LICENSE Initial Import into Git 13 years ago
LICENSE-MRMC.txt Initial Import into Git 13 years ago
MRMCConfig.h.in Edited src/parser/read_lab_file.cpp, fixed String tokenization in WIN32 12 years ago