Changeset 17343 for issm/trunk-jpl/src/c/toolkits/gsl/gslincludes.h
- Timestamp:
- 02/22/14 13:04:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/gsl/gslincludes.h
r17328 r17343 22 22 void DenseGslSolve(IssmPDouble** pX,IssmPDouble* A,IssmPDouble* B, int n); 23 23 void DenseGslSolve(IssmDouble** pX,IssmDouble* Kff,int Kff_M,int Kff_N,IssmDouble* pf,int pf_M,Parameters* parameters); 24 void DenseGslTripleSolve(IssmPDouble** pX1,IssmPDouble** pX2,IssmPDouble** pX3,IssmPDouble* A,IssmPDouble* B1,IssmPDouble* B2,IssmPDouble* B3,int n);25 24 26 25 void SolverxSeq(IssmPDouble *X, IssmPDouble *A, IssmPDouble *B,int n);
Note:
See TracChangeset
for help on using the changeset viewer.