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

Method matrix

Eigen/src/Core/ArrayBase.h:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 * \sa MatrixBase::array() */
147 EIGEN_DEVICE_FUNC
148 MatrixWrapper<Derived> matrix() { return MatrixWrapper<Derived>(derived()); }
149 EIGEN_DEVICE_FUNC
150 const MatrixWrapper<const Derived> matrix() const { return MatrixWrapper<const Derived>(derived()); }
151

Callers 15

IterativeSolverBaseClass · 0.45
runMethod · 0.45
scaleAndAddToMethod · 0.45
scaleAndAddToMethod · 0.45
runMethod · 0.45
viewAsCholmodFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_evaluatorsFunction · 0.36
test_relative_errorFunction · 0.36
test3dRotationFunction · 0.36
test_openglsupportFunction · 0.36