Command: eq_iv

NEST HelpDesk Command Index NEST Quick Reference

Name:
 eq_iv - tests for content equality between vectors of integers
Synopsis:
     array array -> bool
Parameters:
     two arrays of integers
Description:
     Deep equality test since regular eq is an identity test for vectors
     Intent is to be used in mathematica.sli to override eq for intvectortype.
   Example:
     <# 1 #> <# 1 #> eq_ --> false
     <# 1 #> <# 1 #> eq_iv --> true
Author:
 Peyser
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/sliarray.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative