is.bertini_input: Bertini_Input Object Check

View source: R/is.bertini_input.R

is.bertini_inputR Documentation

Bertini_Input Object Check

Description

Test whether an object is an bertini_input object.

Usage

is.bertini_input(x)

Arguments

x

object to be tested

Value

Vector of logicals.

Examples


if (has_bertini()) {

polys <- mp(c("x^2 + y^2 - 1", "x - y"))
struct <- bertini_input(polys)
is.bertini_input(struct)

}


dkahle/bertini documentation built on July 16, 2022, 9:26 a.m.