Home
last modified time | relevance | path

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

/dports/math/laspack/laspack/examples/mlstest/
H A Dmlstest.c1142 size_t BlockClm, ClmBasis, ClmInBlock, Clm; in GenP2DDirich() local
1147 for (ClmInBlock = 1; ClmInBlock <= Dim1[Level - 1]; ClmInBlock++) { in GenP2DDirich()
1148 Clm = ClmBasis + ClmInBlock; in GenP2DDirich()
1151 M_SetEntry(&P[Level], Clm, 0, 2 * ClmInBlock in GenP2DDirich()
1153 M_SetEntry(&P[Level], Clm, 1, 2 * ClmInBlock in GenP2DDirich()
1155 M_SetEntry(&P[Level], Clm, 2, 2 * ClmInBlock in GenP2DDirich()
1157 M_SetEntry(&P[Level], Clm, 3, 2 * ClmInBlock in GenP2DDirich()
1159 M_SetEntry(&P[Level], Clm, 4, 2 * ClmInBlock in GenP2DDirich()
1161 M_SetEntry(&P[Level], Clm, 5, 2 * ClmInBlock in GenP2DDirich()
1163 M_SetEntry(&P[Level], Clm, 6, 2 * ClmInBlock in GenP2DDirich()
[all …]