CosIntegral[z] gives the cosine integral function Ci(z).
KnightTourGraph[m, n] gives a Knight's tour graph on an m*n chessboard.
SystemsModelFeedbackConnect[sys] gives the closed-loop system for the StateSpaceModel or TransferFunctionModel object sys with unity negative feedback. ...
WaveletFilterCoefficients[wave, filt] gives the filter coefficients for the symbolic wavelet wave of type filt.
WeightedAdjacencyGraph[wmat] gives the graph with weighted adjacency matrix wmat.WeightedAdjacencyGraph[{v_1, v_2, ...}, wmat] gives the graph with vertices v_i and weighted ...
CUDADot[vec 1, vec 2] gives the dot product of vec_1 and vec_2.CUDADot[mat, vec] gives the matrix-vector product of mat and vec.CUDADot[mat_1, mat_2] gives the matrix-matrix ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...
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 ...