Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. /gpfshome/mds/staff/jgurhem/HPX_LA/lu_tiled_dist.cpp: In static member function ‘static partition_data& stepper::pmm_d_core(const partition_data&, const partition_data&, const partition_data&)’:
  2. /gpfshome/mds/staff/jgurhem/HPX_LA/lu_tiled_dist.cpp:314:81: error: lvalue required as left operand of assignment
  3. C[i * A.dim() + j] -= A[i * A.dim() + k] * B[k * A.dim() + j];
  4. ^
  5. /gpfshome/mds/staff/jgurhem/HPX_LA/lu_tiled_dist.cpp:318:16: error: binding reference of type ‘partition_data&’ to ‘const partition_data’ discards qualifiers
  6. return C;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement