Ignore:
Timestamp:
01/29/16 17:15:13 (9 years ago)
Author:
Eric.Larour
Message:

CHG: replace legendre.cpp by a better routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/Numerics/numerics.h ΒΆ

    r19979 r20021  
    3434void        XZvectorsToCoordinateSystem(IssmDouble *T,IssmDouble*xzvectors);
    3535int         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);
     36IssmDouble  legendre(IssmDouble Pn1, IssmDouble Pn2, IssmDouble x, int n);
     37IssmDouble*  p_polynomial_value ( int m, int n, IssmDouble* x);
    3738
    3839int         NewtonSolveDnorm(IssmDouble* pdnorm,IssmDouble c1,IssmDouble c2,IssmDouble c3,IssmDouble n,IssmDouble dnorm);
Note: See TracChangeset for help on using the changeset viewer.