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.

Changes between Initial Version and Version 1 of Ticket #950


Ignore:
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
  • Ticket #950

    • Property Owner changed from Pedro Gea to Claudia Escalonilla
    • Property Status changed from new to assigned
    • Property Milestone changed from to Development 1A
  • Ticket #950 – Description

    initial v1  
    22parece que DecoTools::Deco.SynergyFree no va cuando las contribuciones están expresadas en matrices.
    33Dejo el siguiente ejemplo
    4 
     4{{{
    55Matrix a = Tra( Matrix (1, 1));
    66Set hola = [[ a*5, a*3, a, a ]];
    7 
     7}}}}
    88este no va.
     9{{{
    910Set marginal = DecoTools::Deco.SynergyFree(
    1011DecoTools::Deco.BaseMarginal(hola, FindCode("Real", "DistNormal"))
    1112);
     13}}}
    1214
    1315este sí