JuliaF64MatrixTranscendentalFunctionsΒΆ

jla64.spad line 676 [edit on github]

Linear Algebra functions computed using Julia and its algorithms.

acos: JuliaFloat64Matrix -> JuliaComplexF64Matrix

acos(m) computes the inverse matrix cosine of m.

acosd: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acosh: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acot: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acotd: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acoth: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acsc: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acscd: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

acsch: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asec: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asecd: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asech: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asin: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asind: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

asinh: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

atan: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

atand: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

atanh: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

cis: JuliaFloat64Matrix -> JuliaComplexF64Matrix

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

cos: JuliaFloat64Matrix -> JuliaFloat64Matrix

cos(m) computes the matrix cosine of m.

cosd: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

cosh: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

cot: JuliaFloat64Matrix -> JuliaFloat64Matrix

cot(m) computes the matrix cotangent of m.

coth: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

csc: JuliaFloat64Matrix -> JuliaFloat64Matrix

csc(m) computes the matrix cosecant of m.

csch: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

sec: JuliaFloat64Matrix -> JuliaFloat64Matrix

sec(m) computes the matrix secant of m.

sech: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

sin: JuliaFloat64Matrix -> JuliaFloat64Matrix

sin(m) computes the matrix sine of m.

sind: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

sinh: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

tan: JuliaFloat64Matrix -> JuliaFloat64Matrix

tan(m) computes the matrix tangent of m.

tand: JuliaFloat64Matrix -> JuliaFloat64Matrix

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

tanh: JuliaFloat64Matrix -> JuliaFloat64Matrix

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