MCPcopy Create free account
hub / github.com/OriginQ/QPanda-2 / array

Method array

ThirdParty/Eigen/src/Core/MatrixBase.h:317–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
are_lists_equalFunction · 0.36
gate_with_barrierFunction · 0.36
kronsFunction · 0.36
get_dense_pauliFunction · 0.36
test_hhl_1Method · 0.36
test_hhl_2Method · 0.36
test_decomposeMethod · 0.36