JavaBlock[expr] causes all new Java objects returned to Mathematica during the evaluation of expr to be released when expr finishes. It is an error to refer to such an object ...
KeepJavaObject[object] causes the specified object or objects not to be released when the current JavaBlock ends. KeepJavaObject[object, Manual] causes the specified object ...
KeepNETObject[object] causes the specified object(s) not to be released when the current NETBlock ends. KeepNETObject[object, Manual] causes the specified object to escape ...
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.
ShowNETConsole[] displays the .NET console window and begins capturing output sent to the Console.Out and Console.Error streams.ShowNETConsole["stdout"] captures only ...
TetGenGetEdges[expr] gets the edges in a TetGen expression.
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
$PrintWSDLDebug specifies whether WSDL debugging information will be printed when installing a web service.
ArrayPad[array, m] gives an array with m 0s of padding on every side. ArrayPad[array, m, padding] uses the specified padding.ArrayPad[array, {m, n}, ...] pads with m elements ...
CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.