Home
last modified time | relevance | path

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

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c1084 size_t BlockRow, RowBasis, RowInBlock, Row; in GenRSimple2DDirich() local
1089 for (RowInBlock = 1; RowInBlock <= Dim1[Level]; RowInBlock++) { in GenRSimple2DDirich()
1090 Row = RowBasis + RowInBlock; in GenRSimple2DDirich()
1105 size_t BlockRow, RowBasis, RowInBlock, Row; in GenRWeight2DDirich() local
1110 for (RowInBlock = 1; RowInBlock <= Dim1[Level]; RowInBlock++) { in GenRWeight2DDirich()
1111 Row = RowBasis + RowInBlock; in GenRWeight2DDirich()
1114 M_SetEntry(&R[Level], Row, 0, 2 * RowInBlock in GenRWeight2DDirich()
1118 M_SetEntry(&R[Level], Row, 2, 2 * RowInBlock in GenRWeight2DDirich()
1120 M_SetEntry(&R[Level], Row, 3, 2 * RowInBlock in GenRWeight2DDirich()
1122 M_SetEntry(&R[Level], Row, 4, 2 * RowInBlock in GenRWeight2DDirich()
[all …]