|
dune-istl 2.10
|
Statistics about compression achieved in implicit mode. More...
#include <dune/istl/bcrsmatrix.hh>
Public Attributes | |
| double | avg |
| average number of non-zeroes per row. | |
| size_type | maximum |
| maximum number of non-zeroes per row. | |
| size_type | overflow_total |
| total number of elements written to the overflow area during construction. | |
| double | mem_ratio |
| fraction of wasted memory resulting from non-used overflow area. | |
Statistics about compression achieved in implicit mode.
To enable the user to tune parameters of the implicit build mode of a Dune::BCRSMatrix manually, some statistics are exported upon during the compression step.