| … | |
… | |
| 12 | sub Point {Value::Point->new(@_)} |
12 | sub Point {Value::Point->new(@_)} |
| 13 | sub Vector {Value::Vector->new(@_)} |
13 | sub Vector {Value::Vector->new(@_)} |
| 14 | sub Matrix {Value::Matrix->new(@_)} |
14 | sub Matrix {Value::Matrix->new(@_)} |
| 15 | sub List {Value::List->new(@_)} |
15 | sub List {Value::List->new(@_)} |
| 16 | sub Interval {Value::Interval->new(@_)} |
16 | sub Interval {Value::Interval->new(@_)} |
|
|
17 | sub Set {Value::Set->new(@_)} |
| 17 | sub Union {Value::Union->new(@_)} |
18 | sub Union {Value::Union->new(@_)} |
| 18 | |
19 | |
| 19 | sub ColumnVector {Value::Vector->new(@_)->with(ColumnVector=>1,open=>undef,close=>undef)} |
20 | sub ColumnVector {Value::Vector->new(@_)->with(ColumnVector=>1,open=>undef,close=>undef)} |
| 20 | |
21 | |
| 21 | # sub Formula {Value::Formula->new(@_)} |
22 | # sub Formula {Value::Formula->new(@_)} |