OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayBase
(Results
1 - 9
of
9
) sorted by null
/external/eigen/Eigen/src/Core/
ArrayBase.h
17
/** \class
ArrayBase
39
template<typename Derived> class
ArrayBase
45
typedef
ArrayBase
StorageBaseType;
47
typedef
ArrayBase
Eigen_BaseClassForSpecializationOfGlobalMathFuncImpl;
106
#define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::
ArrayBase
121
Derived& operator=(const
ArrayBase
& other)
132
Derived& operator+=(const
ArrayBase
<OtherDerived>& other);
134
Derived& operator-=(const
ArrayBase
<OtherDerived>& other);
137
Derived& operator*=(const
ArrayBase
<OtherDerived>& other);
140
Derived& operator/=(const
ArrayBase
<OtherDerived>& other)
[
all
...]
GlobalFunctions.h
17
NAME(const Eigen::
ArrayBase
<Derived>& x) { \
24
struct NAME##_retval<
ArrayBase
<Derived> > \
29
struct NAME##_impl<
ArrayBase
<Derived> > \
31
static inline typename NAME##_retval<
ArrayBase
<Derived> >::type run(const Eigen::
ArrayBase
<Derived>& x) \
55
pow(const Eigen::
ArrayBase
<Derived>& x, const typename Derived::Scalar& exponent) {
61
pow(const Eigen::
ArrayBase
<Derived>& x, const Eigen::
ArrayBase
<Derived>& exponents)
74
operator/(const typename Derived::Scalar& s, const Eigen::
ArrayBase
<Derived>& a)
Array.h
37
typedef
ArrayBase
<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase;
87
EIGEN_STRONG_INLINE Array& operator=(const
ArrayBase
<OtherDerived>& other)
185
EIGEN_STRONG_INLINE Array(const
ArrayBase
<OtherDerived>& other)
221
void swap(
ArrayBase
<OtherDerived> const & other)
ArrayWrapper.h
36
class ArrayWrapper : public
ArrayBase
<ArrayWrapper<ExpressionType> >
39
typedef
ArrayBase
<ArrayWrapper> Base;
140
* This class is the return type of
ArrayBase
::matrix(), and most of the time
MatrixBase.h
320
/** \returns an \link Eigen::
ArrayBase
Array \endlink expression of this matrix
321
* \sa
ArrayBase
::matrix() */
506
template<typename OtherDerived> Derived& operator+=(const
ArrayBase
<OtherDerived>& )
509
template<typename OtherDerived> Derived& operator-=(const
ArrayBase
<OtherDerived>& )
PlainObjectBase.h
80
: public
ArrayBase
<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > {};
[
all
...]
/external/eigen/test/
array.cpp
301
VERIFY((internal::is_same< internal::global_math_functions_filtering_base<Array2i>::type,
ArrayBase
<Array2i> >::value));
304
ArrayBase
<Xpr>
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
73
template<typename Derived> class
ArrayBase
;
XprHelper.h
364
typedef
ArrayBase
<Derived> type;
Completed in 361 milliseconds