NEST HelpDesk | Command Index | NEST Quick Reference |
eq_dv - tests for content equality between vectors of doublesSynopsis:
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
doublevectortype.
Example:
<. 1 .> <. 1 .> eq_ --> false
<. 1 .> <. 1 .> eq_dv --> true
Author:
two array of doubles
PeyserSource:
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/sli/sliarray.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative