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

Method transpose

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

\returns an expression of the transposed of the factored matrix. * * A typical usage is to solve for the transposed problem A^T x = b: * \code x = dec.transpose().solve(b); \endcode * * \sa adjoint(), solve() */

Source from the content-addressed store, hash-verified

120 * \sa adjoint(), solve()
121 */
122 inline const ConstTransposeReturnType transpose() const
123 {
124 return ConstTransposeReturnType(derived());
125 }
126
127 /** \internal the return type of adjoint() */
128 typedef std::conditional_t<NumTraits<Scalar>::IsComplex,

Callers 15

runMethod · 0.45
evalToMethod · 0.45
addToMethod · 0.45
subToMethod · 0.45
coeffMethod · 0.45
runMethod · 0.45
runMethod · 0.45
adjointMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected