HomeSort by relevance Sort by last modified time
    Searched refs:RhsType (Results 1 - 25 of 25) sorted by null

  /external/eigen/Eigen/src/Core/
Solve.h 15 template<typename Decomposition, typename RhsType, typename StorageKind> class SolveImpl;
23 * \tparam Rhstype the type of the right-hand side
32 template<typename Decomposition, typename RhsType,typename StorageKind> struct solve_traits;
34 template<typename Decomposition, typename RhsType>
35 struct solve_traits<Decomposition,RhsType,Dense>
37 typedef typename make_proper_matrix_type<typename RhsType::Scalar,
39 RhsType::ColsAtCompileTime,
40 RhsType::PlainObject::Options,
42 RhsType::MaxColsAtCompileTime>::type PlainObject;
45 template<typename Decomposition, typename RhsType>
    [all...]
CwiseBinaryOp.h 64 * \tparam RhsType the type of the right-hand side
76 template<typename BinaryOp, typename LhsType, typename RhsType>
79 BinaryOp, LhsType, RhsType,
81 typename internal::traits<RhsType>::StorageKind,
89 typedef typename internal::remove_all<RhsType>::type Rhs;
92 BinaryOp, LhsType, RhsType,
99 typedef typename internal::ref_selector<RhsType>::type RhsNested;
TriangularMatrix.h 536 template<typename RhsType, typename DstType>
538 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const {
    [all...]
  /external/eigen/Eigen/src/IterativeLinearSolvers/
SolveWithGuess.h 15 template<typename Decomposition, typename RhsType, typename GuessType> class SolveWithGuess;
23 * \tparam Rhstype the type of the right-hand side
32 template<typename Decomposition, typename RhsType, typename GuessType>
33 struct traits<SolveWithGuess<Decomposition, RhsType, GuessType> >
34 : traits<Solve<Decomposition,RhsType> >
40 template<typename Decomposition, typename RhsType, typename GuessType>
41 class SolveWithGuess : public internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type
46 typedef typename internal::generic_xpr_base<SolveWithGuess<Decomposition,RhsType,GuessType>, MatrixXpr, typename internal::traits<RhsType>::StorageKind>::type Base
    [all...]
  /external/eigen/Eigen/src/SVD/
SVDBase.h 214 template<typename RhsType, typename DstType>
216 void _solve_impl(const RhsType &rhs, DstType &dst) const;
258 template<typename RhsType, typename DstType>
259 void SVDBase<Derived>::_solve_impl(const RhsType &rhs, DstType &dst) const
266 Matrix<Scalar, Dynamic, RhsType::ColsAtCompileTime, 0, MatrixType::MaxRowsAtCompileTime, RhsType::MaxColsAtCompileTime> tmp;
  /external/eigen/Eigen/src/SparseCore/
SparseUtil.h 125 template<typename Decomposition, typename RhsType>
126 struct solve_traits<Decomposition,RhsType,Sparse>
128 typedef typename sparse_eval<RhsType, RhsType::RowsAtCompileTime, RhsType::ColsAtCompileTime,traits<RhsType>::Flags>::type PlainObject;
SparseTriangularView.h 50 template<typename RhsType, typename DstType>
52 EIGEN_STRONG_INLINE void _solve_impl(const RhsType &rhs, DstType &dst) const {
53 if(!(internal::is_same<RhsType,DstType>::value && internal::extract_data(dst) == internal::extract_data(rhs)))
SparseAssign.h 158 template<typename DstXprType, typename DecType, typename RhsType, typename Scalar>
159 struct Assignment<DstXprType, Solve<DecType,RhsType>, internal::assign_op<Scalar,Scalar>, Sparse2Sparse>
161 typedef Solve<DecType,RhsType> SrcXprType;
  /external/gemmlowp/internal/
simd_wrappers.h 93 template <typename LhsType, typename RhsType>
96 (LhsType::kScalarCount < RhsType::kScalarCount) ||
97 (LhsType::kScalarCount == RhsType::kScalarCount &&
98 (LhsType::kRows < RhsType::kRows));
101 template <typename LhsType, typename RhsType,
102 bool Flip = ShouldFlipLhsRhs<LhsType, RhsType>::kValue>
105 using FlippedRhsType = RhsType;
107 const RhsType& rhs) {
111 const RhsType& rhs) {
116 template <typename LhsType, typename RhsType>
    [all...]
  /external/eigen/test/
inplace_decomposition.cpp 20 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RhsType;
27 RhsType b = RhsType::Random(rows);
svd_common.h 113 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType;
116 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
449 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType;
450 RhsType rhs(rows);
  /external/gemmlowp/test/
benchmark.cc 61 template <typename LhsType, typename RhsType, typename ResultType>
79 std::vector<RhsType> rhs(pool_size * gemms.size());
129 template <typename LhsType, typename RhsType, typename ResultType>
133 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms);
163 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
180 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm);
207 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
221 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms));
benchmark_all_sizes.cc 112 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
116 RhsType rhs;
164 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType;
168 RhsType rhs;
test.cc 399 template <typename GemmWrapper, typename LhsType, typename RhsType,
402 const RhsType& rhs, ResultType* result, int lhs_offset,
423 static const MapOrder kRhsOrder = RhsType::kOrder;
492 template <typename GemmWrapper, typename LhsType, typename RhsType,
495 const RhsType& rhs, ResultType* result, int lhs_offset,
515 typedef Matrix<Scalar, RhsOrder> RhsType;
516 RhsType rhs(depth, cols);
    [all...]
  /external/eigen/Eigen/src/LU/
FullPivLU.h 413 template<typename RhsType, typename DstType>
415 void _solve_impl(const RhsType &rhs, DstType &dst) const;
417 template<bool Conjugate, typename RhsType, typename DstType>
419 void _solve_impl_transposed(const RhsType &rhs, DstType &dst) const;
746 template<typename RhsType, typename DstType>
747 void FullPivLU<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
769 typename RhsType::PlainObject c(rhs.rows(), rhs.cols());
794 template<bool Conjugate, typename RhsType, typename DstType>
795 void FullPivLU<_MatrixType>::_solve_impl_transposed(const RhsType &rhs, DstType &dst) const
819 typename RhsType::PlainObject c(rhs.rows(), rhs.cols())
    [all...]
PartialPivLU.h 224 template<typename RhsType, typename DstType>
226 void _solve_impl(const RhsType &rhs, DstType &dst) const {
246 template<bool Conjugate, typename RhsType, typename DstType>
248 void _solve_impl_transposed(const RhsType &rhs, DstType &dst) const {
  /external/eigen/Eigen/src/QR/
CompleteOrthogonalDecomposition.h 369 template <typename RhsType, typename DstType>
370 EIGEN_DEVICE_FUNC void _solve_impl(const RhsType& rhs, DstType& dst) const;
491 template <typename RhsType, typename DstType>
493 const RhsType& rhs, DstType& dst) const {
505 typename RhsType::PlainObject c(rhs);
HouseholderQR.h 215 template<typename RhsType, typename DstType>
217 void _solve_impl(const RhsType &rhs, DstType &dst) const;
349 template<typename RhsType, typename DstType>
350 void HouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
355 typename RhsType::PlainObject c(rhs);
ColPivHouseholderQR.h 418 template<typename RhsType, typename DstType>
420 void _solve_impl(const RhsType &rhs, DstType &dst) const;
584 template<typename RhsType, typename DstType>
585 void ColPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
597 typename RhsType::PlainObject c(rhs);
FullPivHouseholderQR.h 397 template<typename RhsType, typename DstType>
399 void _solve_impl(const RhsType &rhs, DstType &dst) const;
541 template<typename RhsType, typename DstType>
542 void FullPivHouseholderQR<_MatrixType>::_solve_impl(const RhsType &rhs, DstType &dst) const
555 typename RhsType::PlainObject c(rhs);
557 Matrix<Scalar,1,RhsType::ColsAtCompileTime> temp(rhs.cols());
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 260 template<typename RhsType, typename DstType>
262 void _solve_impl(const RhsType &rhs, DstType &dst) const;
557 template<typename RhsType, typename DstType>
558 void LDLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
LLT.h 202 template<typename RhsType, typename DstType>
204 void _solve_impl(const RhsType &rhs, DstType &dst) const;
472 template<typename RhsType, typename DstType>
473 void LLT<_MatrixType,_UpLo>::_solve_impl(const RhsType &rhs, DstType &dst) const
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 209 template<typename RhsType, typename DestType>
210 int dgmresApplyDeflation(const RhsType& In, DestType& Out) const;
504 template<typename RhsType, typename DestType>
505 int DGMRES<_MatrixType, _Preconditioner>::dgmresApplyDeflation(const RhsType &x, DestType &y) const
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 704 typedef GenericValue<Encoding, SourceAllocator> RhsType;
713 typename RhsType::ConstMemberIterator rhsMemberItr = rhs.FindMember(lhsMemberItr->name);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc     [all...]

Completed in 1175 milliseconds