\returns an expression of P H P^-1 where H is the matrix represented by \c *this */
| 322 | |
| 323 | /** \returns an expression of P H P^-1 where H is the matrix represented by \c *this */ |
| 324 | SparseSymmetricPermutationProduct<Derived,Upper|Lower> twistedBy(const PermutationMatrix<Dynamic,Dynamic,StorageIndex>& perm) const |
| 325 | { |
| 326 | return SparseSymmetricPermutationProduct<Derived,Upper|Lower>(derived(), perm); |
| 327 | } |
| 328 | |
| 329 | template<typename OtherDerived> |
| 330 | Derived& operator*=(const SparseMatrixBase<OtherDerived>& other); |
no outgoing calls
no test coverage detected