MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / adjoint

Method adjoint

include/Eigen/Eigen/src/Core/SolverBase.h:141–144  ·  view source on GitHub ↗

\returns an expression of the adjoint of the factored matrix * * A typical usage is to solve for the adjoint problem A' x = b: * \code x = dec.adjoint().solve(b); \endcode * * For real scalar types, this function is equivalent to transpose(). * * \sa transpose(), solve() */

Source from the content-addressed store, hash-verified

139 * \sa transpose(), solve()
140 */
141 inline const AdjointReturnType adjoint() const
142 {
143 return AdjointReturnType(derived().transpose());
144 }
145
146 protected:
147

Callers 9

unblockedMethod · 0.45
getUMethod · 0.45
getLMethod · 0.45
unblockedMethod · 0.45
blockedMethod · 0.45
getUMethod · 0.45
getLMethod · 0.45
reconstructedMatrixMethod · 0.45

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected