is.bertini: Bertini Object Check

View source: R/is.bertini.R

is.bertiniR Documentation

Bertini Object Check

Description

Test whether an object is an bertini object.

Usage

is.bertini(x)

Arguments

x

object to be tested

Value

Vector of logicals.

Examples


if (has_bertini()) {

soln <- poly_solve("x^2 - 1 == 0")
is.bertini(soln)

}


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