NEST HelpDesk | Command Index | NEST Quick Reference |
eq_iv - tests for content equality between vectors of integersSynopsis:
Description:
array array -> bool
Parameters:
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:
two arrays of integers
PeyserSource:
/opt/conda/conda-bld/nest_1512397208563/work/nest-2.14.0/sli/sliarray.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative