close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
May 22, 2012, 10:30:56 AM (13 years ago)
- Author:
-
Pedro Gea
- Comment:
-
Para mayor claridad introdúzcase el código entre triples llaves (véase: Uso de las triples llaves).
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Owner changed from Pedro Gea to Claudia Escalonilla
-
Property
Status
changed from
new
to
assigned
-
Property
Milestone
changed from
to
Development 1A
-
initial
|
v1
|
|
2 | 2 | parece que DecoTools::Deco.SynergyFree no va cuando las contribuciones están expresadas en matrices. |
3 | 3 | Dejo el siguiente ejemplo |
4 | | |
| 4 | {{{ |
5 | 5 | Matrix a = Tra( Matrix (1, 1)); |
6 | 6 | Set hola = [[ a*5, a*3, a, a ]]; |
7 | | |
| 7 | }}}} |
8 | 8 | este no va. |
| 9 | {{{ |
9 | 10 | Set marginal = DecoTools::Deco.SynergyFree( |
10 | 11 | DecoTools::Deco.BaseMarginal(hola, FindCode("Real", "DistNormal")) |
11 | 12 | ); |
| 13 | }}} |
12 | 14 | |
13 | 15 | este sí |