close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 26, 2009, 11:12:47 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
This enhancement has been applyied to these versions:
- v1.1.7 b.17
- v2.0.1 b.0.11.alpha
Non limited number of arguments has been added to built-in VMatrix functions And, Or, Eq, NE, LE, GE, LT, GT, Min, Max
It has been created a new built-in function IfVMat
There was some internal problems related to this ticket and #732:
- in convertIfNeeded* functions
- in generic ApplyFun* functions
- in sparse behaviour of ApplyFunR2R
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
closed
-
Property
Version
changed from
to
1.1.7
-
Property
Resolution
changed from
to
fixed
-
Property
Milestone
changed from
to
Manteinance
-
initial
|
v2
|
|
1 | | I wolud suggest some additional functions in VMatrix grammar: |
2 | | * IfVMat function, similar to IfMat function in Matrix grammar. |
| 1 | I would suggest some additional functions in VMatrix grammar: |
| 2 | * IfVMat function, similar to {{{IfMat}}} function in Matrix grammar. |
3 | 3 | * Changes in And and Or function, to accept several arguments instead of two. Similar to And and Or function in Matrix grammar. |