DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
If you use a text-based interface to Mathematica, then the input you give must consist only of characters that you can type directly on your computer keyboard. But if you use ...
TetGen is a quality tetrahedral mesh generator and a three-dimensional Delaunay triangulator. TetGenLink is a Mathematica application that uses Wolfram Library Link to link ...
Graphics3D[primitives, options] represents a three-dimensional graphical image.
Graphics[primitives, options] represents a two-dimensional graphical image.
CreateLibrary[src, name, "Compiler" -> NVCCCompiler] compiles a string of CUDA code in src into a library and returns the full path to the library.CreateLibrary [{ file, ...
Images are an important standard data structure, tightly integrated with the Mathematica front end and kernel. Image objects are created by default when you import any file ...
Picture inserts a picture from a file or inserts an empty graphic at the insertion point.
Print Graphic prints the selected (or clicked upon) graphic.