Home
last modified time | relevance | path

Searched refs:cPsi (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-robustbase/robustbase/man/
H A DpsiFunc.Rd47 cPsi <- psiFunc(rho = function(x,.) x^2 / 2, psi = function(x, .) x,
51 show(cPsi)
52 plot(cPsi)
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DQuaternion.cpp103 const qreal cPsi = cos(0.5 * roll); // also: "bank" in fromEuler() local
109 const qreal w = cPhi * cThe * cPsi + sPhi * sThe * sPsi; in fromEuler()
110 const qreal x = sPhi * cThe * cPsi - cPhi * sThe * sPsi; in fromEuler()
111 const qreal y = cPhi * sThe * cPsi + sPhi * cThe * sPsi; in fromEuler()
112 const qreal z = cPhi * cThe * sPsi - sPhi * sThe * cPsi; in fromEuler()
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Dsfsfun.boot431 cPsi(n,z) ==
439 conjresult := cPsi(n,COMPLEX(x,-y))
910 c_psi(n, z) == c_to_s(cPsi(n, s_to_c(z)))