Add support for sparse blueNorm

This commit is contained in:
Desire NUENTSA
2013-01-11 17:27:12 +01:00
parent 91b3b3aaab
commit 0f94e96342
3 changed files with 106 additions and 88 deletions

View File

@@ -387,6 +387,7 @@ template<typename Derived> class SparseMatrixBase : public EigenBase<Derived>
template<typename OtherDerived> Scalar dot(const SparseMatrixBase<OtherDerived>& other) const;
RealScalar squaredNorm() const;
RealScalar norm() const;
RealScalar blueNorm() const;
Transpose<Derived> transpose() { return derived(); }
const Transpose<const Derived> transpose() const { return derived(); }