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:
-
Nov 9, 2009, 6:09:21 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
accepted
-
initial
|
v1
|
|
7 | 7 | This function sholud replace in arbitrary matrix 'data' all occurrences of cell given in column matrix 'old' by corresponding cell in column matrix 'new', having obviously the same dimensions that 'old'. |
8 | 8 | |
9 | | CAUTION!: |
10 | | * 'new' cannot have any value existing in 'old' |
11 | | * 'old' cannot have repeated cells |
| 9 | CAUTION!: 'old' cannot have repeated cells |