testUM: Tests unimodularity for configutation matrix

View source: R/testUM.r

testUMR Documentation

Tests unimodularity for configutation matrix

Description

Tests unimodularity for configutation matrix. For large matrices, checks just a sample of submatrices.

Usage

testUM(A, sim.size = 1e+06, verbose = FALSE)

Arguments

A

A configuration matrix

sim.size

Just check a subset of sim.size submatrices if number of submatrices exceeds that number. Defaults to 1e6.

verbose

Monitor progress? Defaults to false.

Value

List containing UM (indicator for unimodularity) and d (vector determinants of submatrices checked)


MartinLHazelton/LinInvCount documentation built on March 1, 2024, 3:14 a.m.