Command: mul

NEST HelpDesk Command Index NEST Quick Reference
Name:
mul - multiply two numbers or vectors (point-wise)
Synopsis:
int int mul -> int  
int double mul -> double
array int/double mul -> array

Examples:
3 4 mul -> 12  
3.33 3 mul -> 9.99
[1 2.2 3] 4 mul -> [4 8.8 12]

Author:
docu by Sirko Straube  

SeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative