mkSingleThread {ccems} | R Documentation |
This function creates k or K equality matrices for single threads.
mkSingleThread(nNodes,g)
nNodes |
The number of nodes in the thread. |
g |
The output of mkg . This is used only to grab the mylets field. |
This function is called internally by mkGrids
and mkSpurs
.
Thus, the user should not need to call it.
Matrix of characters of contiguous blocks of K or k equality constraints within a thread.
Tom Radivoyevitch (txr24@case.edu)