Command: OuterProduct

NEST HelpDesk Command Index NEST Quick Reference

Name:
 OuterProduct - outer product
Synopsis:
 array array OuterProduct -> array

Description:
   A B OuterProduct computes the outer product of A
   and B by forming all possible combinations of the
   lowest level elements (rightmost indices) in both
   lists.
   OuterProduct is compatible to Mathematica's
   Outer[Times,A,B] [1]
Parameters:
Examples:

    [3 4 5] [6 7 8 9] OuterProduct ->
       [
        [18 21 24 27]
        [24 28 32 36]
        [30 35 40 45]
       ]

Bugs:
   not yet protected by trie
Author:
 Marc-Oliver Gewaltig, Diesmann
FirstVersion:
 31.5.2000, rewritten Dec 18 2012
  
Remarks:
SeeAlso:Times Dot
References:
   [1] The Mathematica Book "Outer"
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative