better place for the prototype of spConstMult()
This commit is contained in:
parent
9da90f5329
commit
92353ab6d5
|
|
@ -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 ,
|
||||
|
|
|
|||
|
|
@ -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[],
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue