Changeset 19979
- Timestamp:
- 01/22/16 09:41:50 (9 years ago)
- Location:
- issm/trunk-jpl/src/c/shared/Numerics
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Numerics/numerics.h
r18386 r19979 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 37 37 38 int NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm);
Note:
See TracChangeset
for help on using the changeset viewer.