Macaulay2 Engine
Loading...
Searching...
No Matches

◆ parallelReduceF4Row()

void NCF4::parallelReduceF4Row ( int index,
int first,
int firstcol,
NCF4Stats & ncF4Stats,
ElementArray & dense,
mtbb::queuing_mutex & lock )
inlineprivate

Definition at line 373 of file NCF4.hpp.

379 {
381 first,
382 firstcol,
383 ncF4Stats,
384 dense,
385 false,
386 lock);
387 }
void generalReduceF4Row(int index, int first, int firstcol, NCF4Stats &ncF4Stats, ElementArray &dense, bool updateColumnIndex, LockType &lock)
Definition NCF4.cpp:906

References generalReduceF4Row().

Referenced by parallelReduceF4Matrix().