testEulerian | R Documentation |
Tests whether matrix is Eulerian, or c0-Eulerian, or cr0-Eulerian
testEulerian(U, c0 = FALSE, r0 = FALSE, SIGN = T, verbose = FALSE)
U |
A lattice basis or matrix of signs for lattice basis |
c0 |
Logical - test for c0-Eulerian (Eulerian with zero column sums) |
r0 |
Logical - test for r0-Eulerian (Eulerian with zero row sums) |
SIGN |
Logical - is U a matrix of signs? (If false, U is redefined as matrix of signs in function) |
verbose |
Monitor progress? Defaults to false. |
List containing UM (indicator for unimodularity) and d (vector determinants of submatrices checked)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.