User`s guide

1-3
cdf2rdf
gpuArray.freqspace
histcounts
idivide
inpolygon
isdiag
ishermitian
issymmetric
istril
istriu
legendre
nonzeros
nthroot
pinv
planerot
poly
polyarea
polyder
polyfit
polyint
polyval
polyvalm
Note the following for some of these functions:
gpuArray.freqspace is a static constructor method.
For a list of MATLAB
®
functions that support gpuArray, see “Run Built-In Functions on
a GPU ”.
pagefun support for mrdivide and inv functions on GPUs
For gpuArray inputs, pagefun is enhanced to support:
@inv
@mrdivide (for square matrix divisors of sizes up to 32-by-32)
Enhancements to GPU-enabled linear algebra functions
Many of the linear algebra functions that support gpuArrays are enhanced for improved
performance. Among those functions that can exhibit improved performance are svd,
null, eig (for nonsymmetric input), and mtimes (for inner products).
Parallel data reads from a datastore with MATLAB partition function
The partition function can perform a parallel read and partition of a “Datastore”. For
more information, see partition and numpartitions. See also “Partition a Datastore
in Parallel”.
Using DNS for cluster discovery
In addition to multicast, the discover cluster functionality of Parallel Computing
Toolbox™ can now use DNS to locate MATLAB job scheduler (MJS) clusters. For