MCPcopy Create free account
hub / github.com/PX4/eigen / twistedBy

Method twistedBy

Eigen/src/SparseCore/SparseMatrixBase.h:324–327  ·  view source on GitHub ↗

\returns an expression of P H P^-1 where H is the matrix represented by \c *this */

Source from the content-addressed store, hash-verified

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);

Callers 8

factorizeMethod · 0.45
factorizeMethod · 0.45
factorizeMethod · 0.45
orderingMethod · 0.45
getMatrixMethod · 0.45
getMatrixMethod · 0.45
check_sparse_spd_solvingFunction · 0.45
sparse_permutationsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected