Home
last modified time | relevance | path

Searched refs:spherical_harmonics (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_light_estimate.cc15 const device::mojom::blink::XRSphericalHarmonics& spherical_harmonics = in XRLightEstimate() local
16 *light_probe.spherical_harmonics; in XRLightEstimate()
17 DCHECK_EQ(spherical_harmonics.coefficients.size(), 9u); in XRLightEstimate()
20 spherical_harmonics.coefficients.data()->components, in XRLightEstimate()
21 spherical_harmonics.coefficients.size() * in XRLightEstimate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/
H A Dxr_spherical_harmonics.cc13 const device::mojom::blink::XRSphericalHarmonics& spherical_harmonics) { in XRSphericalHarmonics() argument
14 DCHECK_EQ(spherical_harmonics.coefficients.size(), 9u); in XRSphericalHarmonics()
17 spherical_harmonics.coefficients.data()->components, in XRSphericalHarmonics()
18 spherical_harmonics.coefficients.size() * in XRSphericalHarmonics()
H A Dxr_spherical_harmonics.h21 const device::mojom::blink::XRSphericalHarmonics& spherical_harmonics);
H A Dxr_light_probe.cc16 *light_probe.spherical_harmonics); in XRLightProbe()
/dports/science/helfem/HelFEM-21461e9/src/general/
H A Dspherical_harmonics.cpp25 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi) { in spherical_harmonics() function
28 return conj(pow(-1.0,m)*spherical_harmonics(l,-m,cth,phi)); in spherical_harmonics()
H A Dspherical_harmonics.h23 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi);
H A Dsphtest.cpp35 sph(ioff++,iang)=spherical_harmonics(l,m,cth(iang),phi(iang)); in main()
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/
H A Dspherical_harmonics.cpp29 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi) { in spherical_harmonics() function
32 return conj(pow(-1.0,m)*spherical_harmonics(l,-m,cth,phi)); in spherical_harmonics()
H A Dspherical_harmonics.h26 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi);
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/
H A Dspherical_harmonics.cpp29 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi) { in spherical_harmonics() function
32 return conj(pow(-1.0,m)*spherical_harmonics(l,-m,cth,phi)); in spherical_harmonics()
H A Dspherical_harmonics.h26 std::complex<double> spherical_harmonics(int l, int m, double cth, double phi);
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dgaunt.py18 from gpaw.spherical_harmonics import YL, gam
51 from gpaw.spherical_harmonics import YL, gam
/dports/math/py-Diofant/Diofant-0.13.0/docs/modules/functions/
H A Dspecial.rst190 .. autoclass:: diofant.functions.special.spherical_harmonics.Ynm
192 .. autofunction:: diofant.functions.special.spherical_harmonics.Ynm_c
194 .. autoclass:: diofant.functions.special.spherical_harmonics.Znm
/dports/science/helfem/HelFEM-21461e9/src/legendre/
H A Dlegendre_test.cpp73 …std::complex<double> sph = spherical_harmonics(L, M, cos(eta1), phi1) * std::conj(spherical_harmon… in main()
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/
H A Dtemplate.3.50.def5 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.51.def5 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.52.def5 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.53.def5 include "grib2/template.3.spherical_harmonics.def";
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/benchmarks/
H A Dbench_special.py2 from sympy.functions.special.spherical_harmonics import Ynm
/dports/math/py-sympy/sympy-1.9/doc/src/modules/functions/
H A Dspecial.rst261 .. autoclass:: sympy.functions.special.spherical_harmonics.Ynm
264 .. autofunction:: sympy.functions.special.spherical_harmonics.Ynm_c
266 .. autoclass:: sympy.functions.special.spherical_harmonics.Znm
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/
H A Dtemplate.3.50.def12 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.51.def12 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.52.def12 include "grib2/template.3.spherical_harmonics.def";
H A Dtemplate.3.53.def12 include "grib2/template.3.spherical_harmonics.def";
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/sphere/
H A Dlebedev.py7 from gpaw.spherical_harmonics import Y

1234