Пример #1
0
void DistSparseMatrix<T>::Zero( Int row, Int col )
{
    DEBUG_CSE
    QueueZero( row, col, true );
    ProcessLocalQueues();
}
Пример #2
0
void DistSparseMatrix<T>::Zero( Int row, Int col )
{
    DEBUG_ONLY(CSE cse("DistSparseMatrix::Zero"))
    QueueZero( row, col, true );
    ProcessLocalQueues();
}
Пример #3
0
void DistSparseMatrix<T>::Zero( Int row, Int col )
{
    DEBUG_ONLY(CallStackEntry cse("DistSparseMatrix::Zero"))
    QueueZero( row, col );
    MakeConsistent();
}