Changeset 20021 for issm/trunk-jpl/src/c/shared/Numerics/numerics.h
- Timestamp:
- 01/29/16 17:15:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/shared/Numerics/numerics.h ΒΆ
r19979 r20021 34 34 void XZvectorsToCoordinateSystem(IssmDouble *T,IssmDouble*xzvectors); 35 35 int cubic(IssmDouble a, IssmDouble b, IssmDouble c, IssmDouble d,IssmDouble X[3], int *num); 36 IssmDouble legendre(IssmDouble Pn1, IssmDouble Pn2, IssmDouble x, int i); 36 IssmDouble legendre(IssmDouble Pn1, IssmDouble Pn2, IssmDouble x, int n); 37 IssmDouble* p_polynomial_value ( int m, int n, IssmDouble* x); 37 38 38 39 int NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm);
Note:
See TracChangeset
for help on using the changeset viewer.