MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / matrix

Method matrix

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

Source from the content-addressed store, hash-verified

139 /** \returns an \link Eigen::MatrixBase Matrix \endlink expression of this array
140 * \sa MatrixBase::array() */
141 EIGEN_DEVICE_FUNC MatrixWrapper<Derived> matrix() { return MatrixWrapper<Derived>(derived()); }
142 EIGEN_DEVICE_FUNC const MatrixWrapper<const Derived> matrix() const {
143 return MatrixWrapper<const Derived>(derived());
144 }

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

Calls

no outgoing calls

Tested by

no test coverage detected