minus: Take the negative of a vector

minusR Documentation

Take the negative of a vector

Description

Very simple function that takes the negative of a vector, here so that idiom such as

coeffs(z)[gradesminus(z)%%2 != 0] %<>% minus

works as intended (this taken from Conj.clifford()).

Usage

minus(x)

Arguments

x

Any vector or disord object

Value

Returns a vector or disord

Author(s)

Robin K. S. Hankin


clifford documentation built on Aug. 14, 2022, 1:05 a.m.