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

Method array

include/Eigen/src/Core/MatrixBase.h:320–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 /** \returns an \link Eigen::ArrayBase Array \endlink expression of this matrix
319 * \sa ArrayBase::matrix() */
320 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ArrayWrapper<Derived> array() { return ArrayWrapper<Derived>(derived()); }
321 /** \returns a const \link Eigen::ArrayBase Array \endlink expression of this matrix
322 * \sa ArrayBase::matrix() */
323 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const ArrayWrapper<const Derived> array() const {

Callers 15

isEmptyMethod · 0.45
containsMethod · 0.45
intersectsMethod · 0.45
toRotationMatrixMethod · 0.45
_solve_implMethod · 0.45
runMethod · 0.45
allFiniteMethod · 0.45
runMethod · 0.45
runMethod · 0.45
unblockedMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected