ArrayFlatten[{{m_11, m_12, ...}, {m_21, m_22, ...}, ...}] creates a single flattened matrix from a matrix of matrices m i j. ArrayFlatten[a, r] flattens out r pairs of levels ...
Convolve[f, g, x, y] gives the convolution with respect to x of the expressions f and g.Convolve[f, g, {x_1, x_2, ...}, {y_1, y_2, ...}] gives the multidimensional ...
Limit
(Built-in Mathematica Symbol) Limit[expr, x -> x_0] finds the limiting value of expr when x approaches x_0.
SoundNote[pitch] represents a music-like sound note with the specified pitch.SoundNote[pitch, t] takes the note to have duration t.SoundNote[pitch, {t_min, t_max}] takes the ...
Tanh
(Built-in Mathematica Symbol) Tanh[z] gives the hyperbolic tangent of z.
A possible way of working with permutations is by relating them to the reorderings of the elements of a list. This is the standard point of view in the combinatorial approach ...
CUDAMemoryAllocate[type, dim] gives CUDAMemory with specified type and single dimension.CUDAMemoryAllocate[type, {dim_1, dim_2, ...}] gives CUDAMemory with specified type and ...
TetGenGetPointMarkers[expr] returns the point markers in a TetGen expression.
TetGenSetPointMarkers[expr, markers] sets the point markers in a TetGen expression.
Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D histogram of the values {x_i, y_i}.Histogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a 3D histogram with bins ...