MatrixFunctions extension
- on
Methods
-
abs(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise absolute value -
acos(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arccosine -
acosh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise acosh -
acot(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arc-cotangent -
acoth(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic arc-cotangent -
acsc(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arc-cosecant -
acsch(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic arc-cosecant -
asec(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arc-secant -
asech(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic arc-secant -
asin(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arcsine -
asinh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise asinh -
atan(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise arctangent -
atan2(
Matrix other) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise atan2 -
atanh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise atanh -
cos(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise cosine -
cosh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise cosh -
cot(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise cotangent -
coth(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic cotangent -
covers(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise coversine -
csc(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise cosecant -
csch(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic cosecant -
excsc(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise excosecant -
exp(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise exponential -
exsec(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise exsecant -
havers(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise haversine -
log(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise natural logarithm -
logn(
num base) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise logarithm for any base -
nthRoot(
int n) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise nth root -
pow(
num power) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Raises this matrix to a given power. Uses eigenvalue decomposition for non-integer powers and binary exponentiation for integer powers. -
sawtooth(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise sawtooth wave -
sec(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise secant -
sech(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise hyperbolic secant -
sin(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise sine -
sinh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise sinh -
sqrt(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise square root -
squareWave(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise square wave -
tan(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise tangent -
tanh(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise tanh -
triangleWave(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise triangle wave -
vers(
) → Matrix -
Available on Matrix, provided by the MatrixFunctions extension
Element-wise versine