Home | History | Annotate | Download | only in Core

Lines Matching refs:EIGEN_STRONG_INLINE

72     EIGEN_STRONG_INLINE Array& operator=(const EigenBase<OtherDerived> &other)
87 EIGEN_STRONG_INLINE Array& operator=(const ArrayBase<OtherDerived>& other)
95 EIGEN_STRONG_INLINE Array& operator=(const Array& other)
110 EIGEN_STRONG_INLINE Array() : Base()
133 EIGEN_STRONG_INLINE explicit Array(Index dim)
145 EIGEN_STRONG_INLINE Array(const T0& val0, const T1& val1)
162 EIGEN_STRONG_INLINE Array(const Scalar& val0, const Scalar& val1, const Scalar& val2)
171 EIGEN_STRONG_INLINE Array(const Scalar& val0, const Scalar& val1, const Scalar& val2, const Scalar& val3)
185 EIGEN_STRONG_INLINE Array(const ArrayBase<OtherDerived>& other)
192 EIGEN_STRONG_INLINE Array(const Array& other)
200 EIGEN_STRONG_INLINE Array(const ReturnByValue<OtherDerived>& other)
209 EIGEN_STRONG_INLINE Array(const EigenBase<OtherDerived> &other)