HomeSort by relevance Sort by last modified time
    Searched defs:Eigen (Results 101 - 125 of 310) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineUtil.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
29 EIGEN_STRONG_INLINE Derived& operator Op(const Eigen::SkylineMatrixBase<OtherDerived>& other) \
54 typedef typename Eigen::internal::traits<Derived>::Scalar Scalar; \
55 typedef typename Eigen::NumTraits<Scalar>::Real RealScalar; \
56 typedef typename Eigen::internal::traits<Derived>::StorageKind StorageKind; \
57 typedef typename Eigen::internal::index<StorageKind>::type Index; \
58 enum { Flags = Eigen::internal::traits<Derived>::Flags, };
61 _EIGEN_SKYLINE_GENERIC_PUBLIC_INTERFACE(Derived, Eigen::SkylineMatrixBase<Derived>)
87 } // end namespace Eigen
    [all...]
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 1 // This file is part of Eigen, a lightweight C++ template library
13 #include <Eigen/Core>
15 namespace Eigen
  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 1 #include <Eigen/StdVector>
2 #include <unsupported/Eigen/BVH>
5 using namespace Eigen;
8 namespace Eigen {
  /external/eigen/unsupported/test/
polynomialutils.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <unsupported/Eigen/Polynomials>
16 namespace Eigen {
splines.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 #include <unsupported/Eigen/Splines>
14 namespace Eigen {
210 Eigen::ChordLengths(points, chord_lengths);
216 for (Eigen::DenseIndex i=0; i<points.cols(); ++i)
228 for (Eigen::DenseIndex i=0; i<points.cols(); ++i)
  /external/eigen/Eigen/src/Core/
Array.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
240 * Eigen defines several typedef shortcuts for most common 1D and 2D array types.
289 using Eigen::Matrix##SizeSuffix##TypeSuffix; \
290 using Eigen::Vector##SizeSuffix##TypeSuffix; \
291 using Eigen::RowVector##SizeSuffix##TypeSuffix;
306 } // end namespace Eigen
ArrayBase.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
106 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::ArrayBase
146 /** \returns an \link Eigen::MatrixBase Matrix \endlink expression of this array
226 } // end namespace Eigen
ArrayWrapper.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
252 } // end namespace Eigen
CwiseUnaryOp.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
124 } // end namespace Eigen
CwiseUnaryView.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
137 } // end namespace Eigen
DenseStorage.h 1 // This file is part of Eigen, a lightweight C++ template library
21 namespace Eigen {
69 "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" \
75 "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" \
337 } // end namespace Eigen
Matrix.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
21 * The %Matrix class is the work-horse for all \em dense (\ref dense "note") matrices and vectors within Eigen.
40 * Eigen provides a number of typedefs covering the usual cases. Here are some examples:
57 * Eigen::VectorXd v(10);
63 * Eigen::MatrixXi m(10, 10);
82 * <dd>Fixed-size means that the numbers of rows and columns are known are compile-time. In this case, Eigen allocates the array
338 // allow to extend Matrix outside Eigen
354 * Eigen defines several typedef shortcuts for most common matrix and vector types.
403 } // end namespace Eigen
    [all...]
Ref.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
32 * This class permits to write non template functions taking Eigen's object as parameters while limiting the number of copies.
258 } // end namespace Eigen
Select.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
160 } // end namespace Eigen
Visitor.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
235 } // end namespace Eigen
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
19 namespace Eigen {
121 } // end namespace Eigen
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
296 } // end namespace Eigen
LU.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
118 } // end namespace Eigen
Minor.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
115 } // end namespace Eigen
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 1 // This file is part of Eigen, a lightweight C++ template library
12 namespace Eigen {
159 } // end namespace Eigen
AngleAxis.h 1 // This file is part of Eigen, a lightweight C++ template library
12 namespace Eigen {
214 } // end namespace Eigen
Hyperplane.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
254 } // end namespace Eigen
ParametrizedLine.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
141 } // end namespace Eigen
Rotation2D.h 1 // This file is part of Eigen, a lightweight C++ template library
12 namespace Eigen {
145 } // end namespace Eigen
  /external/eigen/Eigen/src/Geometry/
ParametrizedLine.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
193 } // end namespace Eigen

Completed in 428 milliseconds

1 2 3 45 6 7 8 91011>>