CUDAImageDivide[img, x] divides each channel value in img by an amount x.CUDAImageDivide[mem, x] divides each channel value in mem by an amount x.CUDAImageDivide[img 1, img ...
SQLUpdate modifies data in a database. An alternative, using raw SQL, is described in "Updating Data with Raw SQL". If you find that the examples in this tutorial do not work ...
DefineDLLFunction["func", " dll", rtype, atypes] returns a Mathematica function that calls the specified function func with argument types atypes and return type rtype in the ...
Widget
(GUIKit Package Symbol) Widget[class : class | path | URL[path], {content}] defines a new widget instance.
IndependentSetQ[g, i] yields True if the vertices in list i define an independent set in graph g.
NormalDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
Parent
(Combinatorica Package Symbol) Parent is a tag used as an argument to the function AllPairsShortestPath in order to inform this function that information about parents in the shortest paths is also wanted.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
ThinDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.
The built-in function Reduce provides the functionality previously found in Algebra`InequalitySolve`.