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 of m.

acosd: JLComplexF32Matrix -> JLComplexF32Matrix

acosd(m) computes the inverse matrix cosine of m. Output is in degrees.

acosh: JLComplexF32Matrix -> JLComplexF32Matrix

acosh(m) computes the inverse matrix hyperbolic cosine of m.

acot: JLComplexF32Matrix -> JLComplexF32Matrix

acot(m) computes the inverse matrix cotangent of m.

acotd: JLComplexF32Matrix -> JLComplexF32Matrix

acotd(m) computes the inverse matrix cotangent of m. Output is in degrees.

acoth: JLComplexF32Matrix -> JLComplexF32Matrix

acoth(m) computes the inverse matrix hyperbolic cotangent of m.

acsc: JLComplexF32Matrix -> JLComplexF32Matrix

acsc(m) computes the inverse matrix cosecant of m.

acscd: JLComplexF32Matrix -> JLComplexF32Matrix

acscd(m) computes the inverse matrix cosecant of m. Output is in degrees.

acsch: JLComplexF32Matrix -> JLComplexF32Matrix

acsch(m) computes the inverse matrix hyperbolic cosecant of m.

asec: JLComplexF32Matrix -> JLComplexF32Matrix

asec(m) computes the inverse matrix secant of m.

asecd: JLComplexF32Matrix -> JLComplexF32Matrix

asecd(m) computes the inverse matrix secant of m. Output is in degrees.

asech: JLComplexF32Matrix -> JLComplexF32Matrix

asech(m) computes the inverse matrix hyperbolic secant of m.

asin: JLComplexF32Matrix -> JLComplexF32Matrix

asin(m) computes the inverse matrix sine of m.

asind: JLComplexF32Matrix -> JLComplexF32Matrix

asind(m) computes the inverse matrix sine of m. Output is in degrees.

asinh: JLComplexF32Matrix -> JLComplexF32Matrix

asinh(m) computes the inverse matrix hyperbolic sine of m.

atan: JLComplexF32Matrix -> JLComplexF32Matrix

atan(m) computes the inverse matrix tangent of m.

atand: JLComplexF32Matrix -> JLComplexF32Matrix

atand(m) computes the inverse matrix tangent of m. Output is in degrees.

atanh: JLComplexF32Matrix -> JLComplexF32Matrix

atanh(m) computes the inverse matrix hyperbolic tangent of m.

cis: JLComplexF32Matrix -> JLComplexF32Matrix

cis(m) returns exp(%i*m) computed efficiently.

cos: JLComplexF32Matrix -> JLComplexF32Matrix

cos(m) computes the matrix cosine of m.

cosd: JLComplexF32Matrix -> JLComplexF32Matrix

cosd(m) computes the matrix cosine of m, where m is in degrees.

cosh: JLComplexF32Matrix -> JLComplexF32Matrix

cosh(m) computes the matrix hyperbolic cosine of m.

cot: JLComplexF32Matrix -> JLComplexF32Matrix

cot(m) computes the matrix cotangent of m.

coth: JLComplexF32Matrix -> JLComplexF32Matrix

coth(m) computes the matrix hyperbolic cotangent of m.

csc: JLComplexF32Matrix -> JLComplexF32Matrix

csc(m) computes the matrix cosecant of m.

csch: JLComplexF32Matrix -> JLComplexF32Matrix

csch(m) computes the matrix hyperbolic cosecant of m.

sec: JLComplexF32Matrix -> JLComplexF32Matrix

sec(m) computes the matrix secant of m.

sech: JLComplexF32Matrix -> JLComplexF32Matrix

sech(m) computes the matrix hyperbolic secant of m.

sin: JLComplexF32Matrix -> JLComplexF32Matrix

sin(m) computes the matrix sine of m.

sind: JLComplexF32Matrix -> JLComplexF32Matrix

sind(m) computes the matrix sine of m, where m is in degrees.

sinh: JLComplexF32Matrix -> JLComplexF32Matrix

sinh(m) computes the matrix hyperbolic sine of m.

tan: JLComplexF32Matrix -> JLComplexF32Matrix

tan(m) computes the matrix tangent of m.

tand: JLComplexF32Matrix -> JLComplexF32Matrix

tand(m) computes the matrix tangent of m, where m is in degrees.

tanh: JLComplexF32Matrix -> JLComplexF32Matrix

tanh(m) computes the matrix hyperbolic tangent of m.