Browse Source

better place for the prototype of spConstMult()

pre-master-46
rlar 16 years ago
parent
commit
92353ab6d5
  1. 5
      ChangeLog
  2. 1
      src/include/smpdefs.h
  3. 1
      src/include/spmatrix.h

5
ChangeLog

@ -1,3 +1,8 @@
2010-07-23 Robert Larice
* src/include/smpdefs.h ,
* src/include/spmatrix.h :
better place for the prototype of spConstMult()
2010-07-23 Robert Larice
* src/ciderlib/oned/onecont.c ,
* src/ciderlib/oned/onepoiss.c ,

1
src/include/smpdefs.h

@ -38,7 +38,6 @@ SMPelement * SMPfindElt( SMPmatrix *, int , int , int );
int SMPcZeroCol(SMPmatrix *eMatrix, int Col);
int SMPcAddCol(SMPmatrix *eMatrix, int Accum_Col, int Addend_Col);
int SMPzeroRow(SMPmatrix *eMatrix, int Row);
void spConstMult(SMPmatrix*, double);
#ifdef PARALLEL_ARCH
void SMPcombine(SMPmatrix *Matrix, double RHS[], double Spare[]);
void SMPcCombine(SMPmatrix *Matrix, double RHS[], double Spare[],

1
src/include/spmatrix.h

@ -286,6 +286,7 @@ extern void spSetComplex( MatrixPtr );
extern void spSetReal( MatrixPtr );
extern void spStripFills( MatrixPtr );
extern void spWhereSingular(MatrixPtr, int*, int* );
extern void spConstMult(MatrixPtr, double);
/* Functions with argument lists that are dependent on options. */

Loading…
Cancel
Save