DeepLearning/Tensor/abs
compute the absolute value of entries in a Tensor
DeepLearning/Tensor/ceil
compute the ceiling of entries in a Tensor
DeepLearning/Tensor/erf
compute the erf of entries in a Tensor
DeepLearning/Tensor/erfc
compute the erfc of entries in a Tensor
DeepLearning/Tensor/exp
compute the exponential of entries in a Tensor
DeepLearning/Tensor/floor
compute the floor of entries in a Tensor
DeepLearning/Tensor/log
compute the logarithm of entries in a Tensor
DeepLearning/Tensor/lnGAMMA
compute the lnGAMMA of entries in a Tensor
DeepLearning/Tensor/Psi
compute the Psi of entries in a Tensor
DeepLearning/Tensor/round
compute the rounded value of entries in a Tensor
DeepLearning/Tensor/sign
compute the sign of entries in a Tensor
DeepLearning/Tensor/sqrt
compute the square root of entries in a Tensor
DeepLearning/Tensor/Zeta
compute the Hurwitz zeta function on entries in a Tensor
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
abs(t,opts) ceil(t,opts) erf(t,opts)
erfc(t,opts) exp(t,opts) floor(t,opts)
log(t,opts) lnGAMMA(t,opts) Psi(t,opts)
round(t,opts) sign(t,opts) sqrt(t,opts)
Zeta(t,opts)
t
-
Tensor
opts
zero or more options as specified below
name=string
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
The abs(t) command computes the abs of entries in a Tensor.
The ceil(t) command computes the complex ceil of entries in a Tensor.
The erf(t) command computes the erf of entries in a Tensor.
The erfc(t) command computes the erfc of entries in a Tensor.
The exp(t) command computes the exponential of entries in a Tensor.
The floor(t) command computes the floor of entries in a Tensor.
The log(t) command computes the logarithm of entries in a Tensor.
The lnGAMMA(t) command computes the lnGAMMA of entries in a Tensor.
The Psi(t) command computes the Psi of entries in a Tensor.
The round(t) command computes the rounded value of entries in a Tensor.
The sign(t) command computes the sign of entries in a Tensor.
The sqrt(t) command computes the square root of entries in a Tensor.
The Zeta(t) command computes the Hurwitz zeta of entries in a Tensor.
with⁡DeepLearning:
V≔Matrix⁡11.0,18.3,12.1,20.3,datatype=float8
V≔11.18.300000000000012.100000000000020.3000000000000
t≔Tensor⁡V
t≔DeepLearning TensorShape: [4]Data Type: float[8]
abs⁡t
DeepLearning TensorShape: [4]Data Type: float[8]
ceil⁡t
erf⁡t
exp⁡t
round⁡t
The DeepLearning/Tensor/abs, DeepLearning/Tensor/ceil, DeepLearning/Tensor/erf, DeepLearning/Tensor/erfc, DeepLearning/Tensor/exp, DeepLearning/Tensor/floor, DeepLearning/Tensor/log, DeepLearning/Tensor/lnGAMMA, DeepLearning/Tensor/Psi, DeepLearning/Tensor/round, DeepLearning/Tensor/sign, DeepLearning/Tensor/sqrt and DeepLearning/Tensor/Zeta commands were introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
Download Help Document