vecbasic-bindings: Methods Related to VecBasic

length,VecBasic-methodR Documentation

Methods Related to VecBasic

Description

Miscellaneous S4 methods defined for VecBasic class.

Usage

## S4 method for signature 'VecBasic'
length(x)

## S4 method for signature 'VecBasic'
rep(x, ...)

## S4 method for signature 'Basic'
rep(x, ...)

## S3 method for class 'VecBasic'
unique(x, ...)

## S4 method for signature 'BasicOrVecBasic'
c(x, ...)

## S4 method for signature 'VecBasic,numeric'
x[[i, j, ...]]

## S4 method for signature 'VecBasic'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'VecBasic'
x[[i]] <- value

## S4 replacement method for signature 'VecBasic'
x[i, j, ...] <- value

Arguments

x

Basic object or Vecbasic object.

i, j, ..., drop, value

Arguments for subsetting or replacing.

Value

Same or similar to the generics.


symengine documentation built on Oct. 23, 2022, 5:06 p.m.