Ignore:
Timestamp:
08/15/12 17:15:29 (13 years ago)
Author:
Mathieu Morlighem
Message:

NEW: Added routine to find roots of cubic equations

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

    r12546 r13050  
    3030char*  OptionsFromAnalysis(Parameters* parameters,int analysis_type);
    3131void   XZvectorsToCoordinateSystem(IssmDouble* T,IssmDouble* xzvectors);
     32int cubic(double A[4], double X[3], int* num);
    3233#ifdef _HAVE_PETSC_
    3334void   PetscOptionsFromAnalysis(Parameters* parameters,int analysis_type);
Note: See TracChangeset for help on using the changeset viewer.