HomeSort by relevance Sort by last modified time
    Searched defs:Eigen (Results 251 - 275 of 451) sorted by null

<<111213141516171819

  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
220 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/EulerAngles/
EulerAngles.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen
40 * Therefore, you can convert from Eigen rotation and to them
41 * (including rotation matrices, which is not called "rotations" by Eigen design).
102 * If you're want to get more idea about how Euler system work in Eigen see EulerSystem.
EulerSystem.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen
303 friend class Eigen::EulerAngles;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
341 } // end namespace Eigen
IterationController.h 1 // This file is part of Eigen, a lightweight C++ template library
56 #include "../../../../Eigen/src/Core/util/NonMPL2.h"
61 namespace Eigen {
152 } // end namespace Eigen
MINRES.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
286 } // end namespace Eigen
Scaling.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 1 // This file is part of Eigen, a lightweight C++ template library
14 // * Eigen/Core
15 // * Eigen/src/PolynomialSolver.h
17 namespace Eigen {
274 } // end namespace Eigen
PolynomialSolver.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
319 * WARNING: this polynomial solver is experimental, part of the unsupported Eigen modules.
404 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
38 m_precision = RealScalar(0.1) * Eigen::dummy_precision<RealScalar > ();
350 } // end namespace Eigen
SkylineMatrix.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
860 } // end namespace Eigen
SkylineMatrixBase.h 1 // This file is part of Eigen, a lightweight C++ template library
15 namespace Eigen {
210 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 1 // This file is part of Eigen, a lightweight C++ template library
16 namespace Eigen {
272 } // end namespace Eigen
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 1 // This file is part of Eigen, a lightweight C++ template library
20 #include <Eigen/LU>
21 #include <Eigen/QR>
23 namespace Eigen
314 // Here, we are creating a temporary due to an Eigen issue.
  /external/eigen/unsupported/test/
polynomialsolver.cpp 1 // This file is part of Eigen, a lightweight C++ template library
11 #include <unsupported/Eigen/Polynomials>
17 namespace Eigen {
  /external/tensorflow/tensorflow/core/kernels/
eigen_attention.h 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
21 namespace Eigen {
253 } // end namespace Eigen
eigen_backward_spatial_convolutions.h 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
21 namespace Eigen {
66 const Eigen::TensorForcedEvalOp<const TensorReshapingOp<
90 const Eigen::TensorForcedEvalOp<const TensorReshapingOp<
500 } // end namespace Eigen
eigen_pooling.h 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
22 namespace Eigen {
42 const Eigen::DSizes<typename internal::traits<Input>::Index,
47 const Eigen::array<int, 2>,
52 const Eigen::DSizes<typename internal::traits<Input>::Index,
59 const Eigen::IndexList<Eigen::type2index<1>, Eigen::type2index<2> >,
60 const Eigen::IndexList<Eigen::type2index<2>
    [all...]
eigen_pooling_test.cc 20 namespace Eigen {
742 } // namespace Eigen
mirror_pad_op.h 19 #include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
23 namespace Eigen {
42 struct eval<TensorMirrorPadOp<PaddingDimensions, XprType>, Eigen::Dense> {
59 typedef typename Eigen::internal::traits<TensorMirrorPadOp>::Scalar Scalar;
60 typedef typename Eigen::NumTraits<Scalar>::Real RealScalar;
62 typedef typename Eigen::internal::nested<TensorMirrorPadOp>::type Nested;
63 typedef typename Eigen::internal::traits<TensorMirrorPadOp>::StorageKind
65 typedef typename Eigen::internal::traits<TensorMirrorPadOp>::Index Index;
331 } // namespace Eigen
344 Eigen::array<Eigen::IndexPair<int32>, Dims> padding_dims
    [all...]
  /external/tensorflow/tensorflow/core/lib/strings/
strcat.h 30 namespace Eigen {
128 AlphaNum(const Eigen::half &f); // NOLINT(runtime/explicit)
  /external/eigen/Eigen/src/Core/
BandMatrix.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
182 typedef Eigen::Index StorageIndex;
351 } // end namespace Eigen
Block.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
450 } // end namespace Eigen
DenseBase.h 1 // This file is part of Eigen, a lightweight C++ template library
14 namespace Eigen {
32 * and related expression types). The common Eigen API for dense objects is contained in this class.
53 typedef Eigen::InnerIterator<Derived> InnerIterator;
60 * PermutationMatrix or Transpositions, otherwise it defaults to Eigen::Index
61 * \sa \blank \ref TopicPreprocessorDirectives, Eigen::Index, SparseMatrixBase.
570 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::DenseBase
594 * Only do it when debugging Eigen, as this borders on paranoiac and could slow compilation down
609 } // end namespace Eigen
DenseCoeffsBase.h 1 // This file is part of Eigen, a lightweight C++ template library
13 namespace Eigen {
679 } // end namespace Eigen

Completed in 893 milliseconds

<<111213141516171819