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 ab58103555 Started to pimp matrix. First step: added proper methods setColumn/setValue that operate on a matrix entry and removed the non-const versions of getColumn/getValue. Added a typedef for the index type in the matrix so that it becomes possible to have matrices with a different index type (e.g. 32-bit values). 11 years ago
..
BitVectorTest.cpp Added functional and performance tests for sparse matrix. 11 years ago
CuddDdTest.cpp Extended DD interface by methods to generate explicit row-grouped matrices from DDs. 11 years ago
ExpressionTest.cpp Added 'power' as a binary operator in expression classes and expression grammar. 11 years ago
MaximalEndComponentDecompositionTest.cpp Refactored the AutoParser. 11 years ago
SchedulerTest.cpp Added functional tests for scheduler classes. 11 years ago
SparseMatrixTest.cpp Started to pimp matrix. First step: added proper methods setColumn/setValue that operate on a matrix entry and removed the non-const versions of getColumn/getValue. Added a typedef for the index type in the matrix so that it becomes possible to have matrices with a different index type (e.g. 32-bit values). 11 years ago
StronglyConnectedComponentDecompositionTest.cpp Refactored the AutoParser. 11 years ago