Skip to content
Snippets Groups Projects
Commit 4445e91c authored by Marcel Koch's avatar Marcel Koch
Browse files

use plain array alias for the coefficient and residual vectors

i.e. this leads to:
    double* x_vec = &x(lfsv,0)
only works for Qk elements!
Problem: the coefficient is const, but I don't know how (if) loopy can generate a const double*
parent 293974ea
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment