[kepler-users] Arrays Multiplication

Edward A. Lee eal at eecs.berkeley.edu
Sat Jan 21 09:27:21 PST 2012


Sure, just about anything that does multiplication will handle matrices.
MultiplyDivide, Expression, FIR, etc.  Math operations are polymorphic.
Matrices are specified in MATLAB syntax in the expression language.
E.g, in the Expression Evaluator:

 >> [0, 1;1, 0]*[2; 3]
[3;2]

Edward

On 1/21/12 5:25 AM, Ali, Muhannad wrote:
> Hello,
>
> is there any actor that multiplies two arrays? I need to multiply a 2D array (mXn) with a vector(n).
>
> Thanks!
>
> Muhannad
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eal.vcf
Type: text/x-vcard
Size: 330 bytes
Desc: not available
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-users/attachments/20120121/987384c2/attachment.vcf>


More information about the Kepler-users mailing list