Home Online Manual
Top
Back: fullSpace
Forward: positiveOrthant
FastBack:
FastForward:
Up: gfan_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.1.2 origin

Procedure from library gfan.lib (see gfan_lib).

Usage:
origin(n); n int

Return:
cone, the origin in an ambient space of dimension n

Example:
 
LIB "gfan.lib";
cone c = origin(2);
equations(c);
==> 1,0,
==> 0,1