Skip to content
Snippets Groups Projects
Commit 0ea08480 authored by Henry Weller's avatar Henry Weller
Browse files

Matrix: Replace the row-start pointer array with computed offsets

The row-start pointer array provided performance benefits on old
computers but now that computation is often cache-miss limited the
benefit of avoiding a integer multiply is more than offset by the
addition memory access into a separately allocated array.

With the new addressing scheme LUsolve is 15% faster.
parent 1d456a66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment