Searched defs:Lhs (Results 1 - 8 of 8) sorted by relevance

/external/eigen/bench/
H A Dproduct_threshold.cpp38 template<int Mode, typename Lhs, typename Rhs, typename Res>
39 EIGEN_DONT_INLINE void prod(const Lhs& a, const Rhs& b, Res& c)
41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
47 typedef Matrix<Scalar,M,K> Lhs; Lhs a; a.setRandom(); typedef
/external/llvm/include/llvm/ADT/
H A DStringRef.h63 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { argument
65 return ::memcmp(Lhs,Rhs,Length);
/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h26 template<typename Lhs, typename Rhs, int Side>
41 template<typename Lhs, typename Rhs,
44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
45 int RhsVectors = trsolve_traits<Lhs,Rhs,Side>::RhsVectors
49 template<typename Lhs, typename Rhs, int Side, int Mode>
50 struct triangular_solver_selector<Lhs,Rhs,Side,Mode,NoUnrolling,1>
52 typedef typename Lhs::Scalar LhsScalar;
54 typedef blas_traits<Lhs> LhsProductTraits;
57 static void run(const Lhs& lhs, Rhs& rhs)
71 triangular_solve_vector<LhsScalar, RhsScalar, typename Lhs
137 run(const Lhs&, Rhs&) argument
[all...]
H A DProductBase.h25 typedef typename remove_all<_Lhs>::type Lhs; typedef in struct:Eigen::internal::traits
27 typedef typename scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType Scalar;
28 typedef typename promote_storage_type<typename traits<Lhs>::StorageKind,
30 typedef typename promote_index_type<typename traits<Lhs>::Index,
33 RowsAtCompileTime = traits<Lhs>::RowsAtCompileTime,
35 MaxRowsAtCompileTime = traits<Lhs>::MaxRowsAtCompileTime,
47 typedef ProductBase<Derived, Lhs, Rhs > Base; \
62 template<typename Derived, typename Lhs, typename Rhs>
69 typedef typename Lhs::Nested LhsNested;
74 typedef typename internal::traits<Lhs>
[all...]
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h187 typedef typename internal::remove_all<typename ProductDerived::LhsNested>::type Lhs; typedef
188 typedef internal::blas_traits<Lhs> LhsBlasTraits;
202 typename Lhs::Scalar, _ActualLhs::Flags&RowMajorBit ? RowMajor : ColMajor, LhsBlasTraits::NeedToConjugate,
/external/eigen/Eigen/src/SparseCore/
H A DSparseDenseProduct.h15 template<typename Lhs, typename Rhs, int InnerSize> struct SparseDenseProductReturnType
17 typedef SparseTimeDenseProduct<Lhs,Rhs> Type;
20 template<typename Lhs, typename Rhs> struct SparseDenseProductReturnType<Lhs,Rhs,1>
22 typedef SparseDenseOuterProduct<Lhs,Rhs,false> Type;
25 template<typename Lhs, typename Rhs, int InnerSize> struct DenseSparseProductReturnType
27 typedef DenseTimeSparseProduct<Lhs,Rhs> Type;
30 template<typename Lhs, typename Rhs> struct DenseSparseProductReturnType<Lhs,Rhs,1>
32 typedef SparseDenseOuterProduct<Rhs,Lhs,tru
148 typedef typename internal::remove_all<SparseLhsType>::type Lhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
172 typedef typename internal::remove_all<SparseLhsType>::type Lhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
194 typedef typename internal::remove_all<SparseLhsType>::type Lhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
213 typedef typename internal::remove_all<SparseLhsType>::type Lhs; typedef in struct:Eigen::internal::sparse_time_dense_product_impl
[all...]
/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp731 bool operator()(RecordIndexElement const &Lhs, argument
733 return Lhs.Name < Rhs.Name;
/external/eigen/Eigen/src/Geometry/
H A DTransform.h47 template< typename Lhs,
50 transform_traits<Lhs>::IsProjective ||
1382 typedef Transform<Scalar,Dim,LhsMode,LhsOptions> Lhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1385 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1398 typedef Transform<Scalar,Dim,LhsMode,LhsOptions> Lhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1401 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1410 typedef Transform<Scalar,Dim,AffineCompact,LhsOptions> Lhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1413 static ResultType run(const Lhs& lhs, const Rhs& rhs)
1425 typedef Transform<Scalar,Dim,Projective,LhsOptions> Lhs; typedef in struct:Eigen::internal::transform_transform_product_impl
1428 static ResultType run(const Lhs
[all...]

Completed in 1758 milliseconds