zero: The zero Clifford object

zeroR Documentation

The zero Clifford object

Description

Dealing with the zero Clifford object presents particular challenges. Some of the methods need special dispensation for the zero object.

Usage

is.zero(C)

Arguments

C

Clifford object

Details

To create the zero object ab initio, use

clifford(list(),numeric(0))

although note that scalar(0) will work too.

Author(s)

Robin K. S. Hankin

See Also

scalar

Examples


is.zero(rcliff())

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