*** empty log message ***

This commit is contained in:
jiri
2010-02-25 20:47:01 +00:00
parent 03ef09deb8
commit df9ac6894b
4 changed files with 274 additions and 95 deletions

3
mat.h
View File

@@ -127,6 +127,9 @@ public:
void axpy(const T alpha, const NRMat &x); // this += a*x
inline const T amax() const;
const T trace() const;
NRMat & SwapRows();
NRMat & SwapCols();
NRMat & SwapRowsCols();
//members concerning sparse matrix
SparseSMat<T> operator*(const SparseSMat<T> &rhs) const;