CS_1.1.0 New feature: detect obligatory misses assuming infinite cache size; thus detecting first-time accesses. Fixed incorrect handling of data exceeding cache line boundaries. CS_1.0.3 (unreleased): Fixed memory leaks in CS_CRS. CS_1.0.2: Fixed various memory leaks in CS_(I)CRS. Detection of zero-elements now also decreases the number of non-zeros count in CS_(I)CRS. Non-simulated random_access function in (CS_)(I)CRS fixed. Added option for matrix dimensions regarding (CS_)(I)CRS constructors using direct std::vector< Triplet< double > > input. CS_1.0.1: Bugfixes regarding CS_CRS and CS_ICRS.