NEST HelpDesk | Command Index | NEST Quick Reference |
SubsetQ - Test if one dictinary is a subset of anotherSynopsis:
Examples:
dict1 dict2 SubsetQ -> bool
Description:
<< /a 1 /b 2 /c 2 >> << /c 2 >> SubsetQ -> true
Parameters:
The functions returns true, if all entries of dict2 are present in dict1
with the same values.
Source:
dict1 - dictionary
dict2 - dictionary
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/lib/sli/mathematica.sli
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative