JLComplexF64MatrixTranscendentalFunctionsΒΆ
jla64.spad line 993 [edit on github]
Linear Algebra functions computed using JL
and its algorithms.
- acos: JLComplexF64Matrix -> JLComplexF64Matrix
acos(m)
computes the inverse matrix cosine ofm
.
- acosd: JLComplexF64Matrix -> JLComplexF64Matrix
acosd(m)
computes the inverse matrix cosine ofm
. Output is in degrees.
- acosh: JLComplexF64Matrix -> JLComplexF64Matrix
acosh(m)
computes the inverse matrix hyperbolic cosine ofm
.
- acot: JLComplexF64Matrix -> JLComplexF64Matrix
acot(m)
computes the inverse matrix cotangent ofm
.
- acotd: JLComplexF64Matrix -> JLComplexF64Matrix
acotd(m)
computes the inverse matrix cotangent ofm
. Output is in degrees.
- acoth: JLComplexF64Matrix -> JLComplexF64Matrix
acoth(m)
computes the inverse matrix hyperbolic cotangent ofm
.
- acsc: JLComplexF64Matrix -> JLComplexF64Matrix
acsc(m)
computes the inverse matrix cosecant ofm
.
- acscd: JLComplexF64Matrix -> JLComplexF64Matrix
acscd(m)
computes the inverse matrix cosecant ofm
. Output is in degrees.
- acsch: JLComplexF64Matrix -> JLComplexF64Matrix
acsch(m)
computes the inverse matrix hyperbolic cosecant ofm
.
- asec: JLComplexF64Matrix -> JLComplexF64Matrix
asec(m)
computes the inverse matrix secant ofm
.
- asecd: JLComplexF64Matrix -> JLComplexF64Matrix
asecd(m)
computes the inverse matrix secant ofm
. Output is in degrees.
- asech: JLComplexF64Matrix -> JLComplexF64Matrix
asech(m)
computes the inverse matrix hyperbolic secant ofm
.
- asin: JLComplexF64Matrix -> JLComplexF64Matrix
asin(m)
computes the inverse matrix sine ofm
.
- asind: JLComplexF64Matrix -> JLComplexF64Matrix
asind(m)
computes the inverse matrix sine ofm
. Output is in degrees.
- asinh: JLComplexF64Matrix -> JLComplexF64Matrix
asinh(m)
computes the inverse matrix hyperbolic sine ofm
.
- atan: JLComplexF64Matrix -> JLComplexF64Matrix
atan(m)
computes the inverse matrix tangent ofm
.
- atand: JLComplexF64Matrix -> JLComplexF64Matrix
atand(m)
computes the inverse matrix tangent ofm
. Output is in degrees.
- atanh: JLComplexF64Matrix -> JLComplexF64Matrix
atanh(m)
computes the inverse matrix hyperbolic tangent ofm
.
- cis: JLComplexF64Matrix -> JLComplexF64Matrix
cis(m)
returns exp(%i*m) computed efficiently.
- cos: JLComplexF64Matrix -> JLComplexF64Matrix
cos(m)
computes the matrix cosine ofm
.
- cosd: JLComplexF64Matrix -> JLComplexF64Matrix
cosd(m)
computes the matrix cosine ofm
, wherem
is in degrees.
- cosh: JLComplexF64Matrix -> JLComplexF64Matrix
cosh(m)
computes the matrix hyperbolic cosine ofm
.
- cot: JLComplexF64Matrix -> JLComplexF64Matrix
cot(m)
computes the matrix cotangent ofm
.
- coth: JLComplexF64Matrix -> JLComplexF64Matrix
coth(m)
computes the matrix hyperbolic cotangent ofm
.
- csc: JLComplexF64Matrix -> JLComplexF64Matrix
csc(m)
computes the matrix cosecant ofm
.
- csch: JLComplexF64Matrix -> JLComplexF64Matrix
csch(m)
computes the matrix hyperbolic cosecant ofm
.
- sec: JLComplexF64Matrix -> JLComplexF64Matrix
sec(m)
computes the matrix secant ofm
.
- sech: JLComplexF64Matrix -> JLComplexF64Matrix
sech(m)
computes the matrix hyperbolic secant ofm
.
- sin: JLComplexF64Matrix -> JLComplexF64Matrix
sin(m)
computes the matrix sine ofm
.
- sind: JLComplexF64Matrix -> JLComplexF64Matrix
sind(m)
computes the matrix sine ofm
, wherem
is in degrees.
- sinh: JLComplexF64Matrix -> JLComplexF64Matrix
sinh(m)
computes the matrix hyperbolic sine ofm
.
- tan: JLComplexF64Matrix -> JLComplexF64Matrix
tan(m)
computes the matrix tangent ofm
.
- tand: JLComplexF64Matrix -> JLComplexF64Matrix
tand(m)
computes the matrix tangent ofm
, wherem
is in degrees.
- tanh: JLComplexF64Matrix -> JLComplexF64Matrix
tanh(m)
computes the matrix hyperbolic tangent ofm
.