JLComplexF32MatrixTranscendentalFunctions¶
jla32.spad line 992 [edit on github]
Complex Matrix transcendental functions computed using Julia and its algorithms. 32 bits version.
- acos: JLComplexF32Matrix -> JLComplexF32Matrix
acos(m)computes the inverse matrix cosine ofm.
- acosd: JLComplexF32Matrix -> JLComplexF32Matrix
acosd(m)computes the inverse matrix cosine ofm. Output is in degrees.
- acosh: JLComplexF32Matrix -> JLComplexF32Matrix
acosh(m)computes the inverse matrix hyperbolic cosine ofm.
- acot: JLComplexF32Matrix -> JLComplexF32Matrix
acot(m)computes the inverse matrix cotangent ofm.
- acotd: JLComplexF32Matrix -> JLComplexF32Matrix
acotd(m)computes the inverse matrix cotangent ofm. Output is in degrees.
- acoth: JLComplexF32Matrix -> JLComplexF32Matrix
acoth(m)computes the inverse matrix hyperbolic cotangent ofm.
- acsc: JLComplexF32Matrix -> JLComplexF32Matrix
acsc(m)computes the inverse matrix cosecant ofm.
- acscd: JLComplexF32Matrix -> JLComplexF32Matrix
acscd(m)computes the inverse matrix cosecant ofm. Output is in degrees.
- acsch: JLComplexF32Matrix -> JLComplexF32Matrix
acsch(m)computes the inverse matrix hyperbolic cosecant ofm.
- asec: JLComplexF32Matrix -> JLComplexF32Matrix
asec(m)computes the inverse matrix secant ofm.
- asecd: JLComplexF32Matrix -> JLComplexF32Matrix
asecd(m)computes the inverse matrix secant ofm. Output is in degrees.
- asech: JLComplexF32Matrix -> JLComplexF32Matrix
asech(m)computes the inverse matrix hyperbolic secant ofm.
- asin: JLComplexF32Matrix -> JLComplexF32Matrix
asin(m)computes the inverse matrix sine ofm.
- asind: JLComplexF32Matrix -> JLComplexF32Matrix
asind(m)computes the inverse matrix sine ofm. Output is in degrees.
- asinh: JLComplexF32Matrix -> JLComplexF32Matrix
asinh(m)computes the inverse matrix hyperbolic sine ofm.
- atan: JLComplexF32Matrix -> JLComplexF32Matrix
atan(m)computes the inverse matrix tangent ofm.
- atand: JLComplexF32Matrix -> JLComplexF32Matrix
atand(m)computes the inverse matrix tangent ofm. Output is in degrees.
- atanh: JLComplexF32Matrix -> JLComplexF32Matrix
atanh(m)computes the inverse matrix hyperbolic tangent ofm.
- cis: JLComplexF32Matrix -> JLComplexF32Matrix
cis(m)returns exp(%i*m) computed efficiently.
- cos: JLComplexF32Matrix -> JLComplexF32Matrix
cos(m)computes the matrix cosine ofm.
- cosd: JLComplexF32Matrix -> JLComplexF32Matrix
cosd(m)computes the matrix cosine ofm, wheremis in degrees.
- cosh: JLComplexF32Matrix -> JLComplexF32Matrix
cosh(m)computes the matrix hyperbolic cosine ofm.
- cot: JLComplexF32Matrix -> JLComplexF32Matrix
cot(m)computes the matrix cotangent ofm.
- coth: JLComplexF32Matrix -> JLComplexF32Matrix
coth(m)computes the matrix hyperbolic cotangent ofm.
- csc: JLComplexF32Matrix -> JLComplexF32Matrix
csc(m)computes the matrix cosecant ofm.
- csch: JLComplexF32Matrix -> JLComplexF32Matrix
csch(m)computes the matrix hyperbolic cosecant ofm.
- sec: JLComplexF32Matrix -> JLComplexF32Matrix
sec(m)computes the matrix secant ofm.
- sech: JLComplexF32Matrix -> JLComplexF32Matrix
sech(m)computes the matrix hyperbolic secant ofm.
- sin: JLComplexF32Matrix -> JLComplexF32Matrix
sin(m)computes the matrix sine ofm.
- sind: JLComplexF32Matrix -> JLComplexF32Matrix
sind(m)computes the matrix sine ofm, wheremis in degrees.
- sinh: JLComplexF32Matrix -> JLComplexF32Matrix
sinh(m)computes the matrix hyperbolic sine ofm.
- tan: JLComplexF32Matrix -> JLComplexF32Matrix
tan(m)computes the matrix tangent ofm.
- tand: JLComplexF32Matrix -> JLComplexF32Matrix
tand(m)computes the matrix tangent ofm, wheremis in degrees.
- tanh: JLComplexF32Matrix -> JLComplexF32Matrix
tanh(m)computes the matrix hyperbolic tangent ofm.