TreePlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a tree plot of the graph in which vertex v_ik is connected to vertex v_jk.TreePlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
Internal representations used by Mathematica. When you type input into Mathematica, a data structure is created in the memory of your computer to represent the expression you ...
CUDAErosion[img, r] gives the morphological erosion of img with respect to a range-r square.CUDAErosion[list, r] gives the morphological erosion of list with respect to a ...
CUDAOpening[img, r] gives the morphological opening of img with respect to a range-r square.CUDAOpening[list, r] gives the morphological opening of list with respect to a ...
SQLDataTypeInformation[conn] returns information about the data types that can be stored in an SQL connection.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
Mathematica supports many formats, with many subformats, variants, and options.
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.