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

◆ reduceF4Row()

void NCF4::reduceF4Row ( int index,
int first,
int firstcol,
NCF4Stats & ncF4Stats,
ElementArray & dense )
inlineprivate

Definition at line 357 of file NCF4.hpp.

362 {
363 mtbb::null_mutex noLock;
365 first,
366 firstcol,
367 ncF4Stats,
368 dense,
369 true,
370 noLock);
371 }
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(), and reduceF4Matrix().