nullZ {dMod}R Documentation

Find integer-null space of matrix A

Description

Find integer-null space of matrix A

Usage

nullZ(A, tol = sqrt(.Machine$double.eps))

Arguments

A

matrix for which the null space is searched

tol

tolerance to find pivots in rref-function below

Value

null space of A with only integers in it

Author(s)

Malenka Mader, Malenka.Mader@fdm.uni-freiburg.de


[Package dMod version 1.0.2 Index]