Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /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&)’:
- /gpfshome/mds/staff/jgurhem/HPX_LA/lu_tiled_dist.cpp:314:81: error: lvalue required as left operand of assignment
- C[i * A.dim() + j] -= A[i * A.dim() + k] * B[k * A.dim() + j];
- ^
- /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
- return C;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement