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