Searched defs:LegendreTable (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/ | ||
H A D | GeomagneticField.java | 151 // Note: LegendreTable computes associated Legendre functions for 155 LegendreTable legendre = 156 new LegendreTable(MAX_N - 1, 335 static private class LegendreTable { class in class:GeomagneticField 351 public LegendreTable(int maxN, float thetaRad) { method in class:GeomagneticField.LegendreTable |
Completed in 17 milliseconds