*** empty log message ***
This commit is contained in:
8
csrmat.h
8
csrmat.h
@@ -71,6 +71,7 @@ public:
|
||||
CSRMat & operator=(const CSRMat &rhs);
|
||||
void copyonwrite();
|
||||
void resize(const SPMatindex nn, const SPMatindex mm);
|
||||
void dealloc(void) {resize(0,0);}
|
||||
void moveto(GPUID destination);
|
||||
void clear();
|
||||
~CSRMat();
|
||||
@@ -128,5 +129,12 @@ public:
|
||||
*/
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
std::ostream & operator<<(std::ostream &s, const CSRMat<T> &x);
|
||||
|
||||
template <class T>
|
||||
std::istream& operator>>(std::istream &s, CSRMat<T> &x);
|
||||
|
||||
|
||||
}//namespace
|
||||
#endif //_CSRMAT_H_
|
||||
|
||||
Reference in New Issue
Block a user