Home
last modified time | relevance | path

Searched refs:m2ci (Results 1 – 1 of 1) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Dlinalg.cpp3403 int m2ci = m2.GetRowColind(row2, m2j); in MultRow() local
3405 while (m2j < m2rowlen && m2ci < m1ci && !end) in MultRow()
3408 m2ci = m2.GetRowColind(row2, m2j); in MultRow()
3409 if (m2ci > m1ci) in MultRow()
3412 m2ci = m2.GetRowColind(row2, m2j); in MultRow()
3416 if (m1ci == m2ci) val += m1.GetRowEntry(row1,m1j) * m2.GetRowEntry(row2, m2j); in MultRow()