Skip to content
Snippets Groups Projects
  1. Jan 22, 2010
    • Carsten Gräser's avatar
      Allow copies of a matrix to share the sparsity pattern · 7cca37bf
      Carsten Gräser authored
      This does not introduce any semantic change but allows to
      save memory. If a matrix is copied the sparsity pattern is
      reused. If the pattern of a copy is changed it gets newly
      allocated and does not influence the original matrix.
      
      Patch by Martin Weiser from ZIB
      
      [[Imported from SVN: r1152]]
      7cca37bf
  2. Jan 20, 2010
  3. Jan 14, 2010
  4. Jan 12, 2010
  5. Dec 15, 2009
  6. Dec 04, 2009
  7. Dec 03, 2009
  8. Nov 30, 2009
  9. Nov 20, 2009
    • Carsten Gräser's avatar
      *split dynamic matrix part from general test · 540958c0
      Carsten Gräser authored
      *add calls to mv() and mtv()
      *also test ScaledIdentityMatrix and DiagonalMatrix
      
      [[Imported from SVN: r1129]]
      540958c0
    • Carsten Gräser's avatar
      Add mtv() method · 5d191424
      Carsten Gräser authored
      [[Imported from SVN: r1128]]
      5d191424
    • Carsten Gräser's avatar
      Redesigned iterators: · 5d397e50
      Carsten Gräser authored
      * Removed ugly ReferenceStorageIterator since
        * it stored either a reference or a fake reference
        * you could not use iterator->method
        * you could not assign iterators
      * Introduce ContainerWrapperIterator
        * always stores an assignable ContainerWrapper object
        * allows iterator->method()
        * can be used for any other sparse row type
      
      [[Imported from SVN: r1127]]
      5d397e50
    • Carsten Gräser's avatar
      Fix indentation. · c678d852
      Carsten Gräser authored
      [[Imported from SVN: r1126]]
      c678d852
  10. Nov 19, 2009
  11. Nov 16, 2009
  12. Nov 13, 2009
  13. Nov 04, 2009
  14. Nov 03, 2009
Loading