is_circuit: Check whether basis vectors are circuits

View source: R/is-circuit.r

is_circuitR Documentation

Check whether basis vectors are circuits

Description

A circuit is a vector with minimal support by inclusion and coprime (non-zero) entries. This function checks whether each column of a matrix U is a circuit of the solution set for y = Ax

Usage

is_circuit(A, U)

Arguments

A

Configuration matrix with ncol(A) >= nrow(A)

U

A matrix with columns comprising some basis for the integer lattice kernel of A

Value

A logical vector of length ncol(U) indicating whether each column of U is a circuit


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