Command: Dot1D

NEST HelpDesk Command Index NEST Quick Reference

Name:
 Dot1D - Compute the inner product of two vectors.
Synopsis:
 array array Dot1D -> num
Description:
 
   Dot1D expects two one dimensional arrays or vectors and computes the
   inner product of the two arguments.
   Dot1D works equally well for arrays, doublevectors and intvectors.

   Example:
    <. 1 2 3 .> <. 1 2 3 .> Dot1D -> 14
SeeAlso:Dot OuterProduct
Author:
 Marc-Oliver Gewaltig
FirstVersion:
 Dec 18 2012
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