Searched refs:Solve (Results 1 - 25 of 32) sorted by relevance

12

/external/eigen/Eigen/src/Core/
H A DSolve.h17 /** \class Solve
46 struct traits<Solve<Decomposition, RhsType> >
62 class Solve : public SolveImpl<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind> class in namespace:Eigen
65 typedef typename internal::traits<Solve>::PlainObject PlainObject;
66 typedef typename internal::traits<Solve>::StorageIndex StorageIndex;
68 Solve(const Decomposition &dec, const RhsType &rhs) function in class:Eigen::Solve
84 // Specialization of the Solve expression for dense results
87 : public MatrixBase<Solve<Decomposition,RhsType> >
89 typedef Solve<Decomposition,RhsType> Derived;
93 typedef MatrixBase<Solve<Decompositio
[all...]
H A DSolverBase.h74 inline const Solve<Derived, Rhs>
78 return Solve<Derived, Rhs>(derived(), b.derived());
/external/dng_sdk/source/
H A Ddng_tone_curve.h57 void Solve (dng_spline_solver &solver) const;
H A Ddng_tone_curve.cpp121 void dng_tone_curve::Solve (dng_spline_solver &solver) const function in class:dng_tone_curve
134 solver.Solve ();
H A Ddng_spline.h72 virtual void Solve ();
H A Ddng_spline.cpp64 void dng_spline_solver::Solve () function in class:dng_spline_solver
/external/eigen/Eigen/src/SparseCore/
H A DSparseSolverBase.h87 inline const Solve<Derived, Rhs>
92 return Solve<Derived, Rhs>(derived(), b.derived());
100 inline const Solve<Derived, Rhs>
105 return Solve<Derived, Rhs>(derived(), b.derived());
H A DSparseAssign.h159 struct Assignment<DstXprType, Solve<DecType,RhsType>, internal::assign_op<Scalar,Scalar>, Sparse2Sparse>
161 typedef Solve<DecType,RhsType> SrcXprType;
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DBasicPreconditioners.h94 template<typename Rhs> inline const Solve<DiagonalPreconditioner, Rhs>
100 return Solve<DiagonalPreconditioner, Rhs>(*this, b.derived());
H A DSolveWithGuess.h34 : traits<Solve<Decomposition,RhsType> >
/external/eigen/Eigen/src/SVD/
H A DSVDBase.h205 inline const Solve<Derived, Rhs>
210 return Solve<Derived, Rhs>(derived(), b.derived());
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h140 /// Solve - Solve for constants and executable blocks.
142 void Solve(Function &F);
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DSparsePropagation.h143 /// Solve - Solve for constants and executable blocks.
145 void Solve(Function &F);
/external/eigen/Eigen/src/QR/
H A DHouseholderQR.h139 inline const Solve<HouseholderQR, Rhs>
143 return Solve<HouseholderQR, Rhs>(*this, b.derived());
H A DColPivHouseholderQR.h174 inline const Solve<ColPivHouseholderQR, Rhs>
178 return Solve<ColPivHouseholderQR, Rhs>(*this, b.derived());
H A DCompleteOrthogonalDecomposition.h147 inline const Solve<CompleteOrthogonalDecomposition, Rhs> solve(
151 return Solve<CompleteOrthogonalDecomposition, Rhs>(*this, b.derived());
509 // Solve T z = c(1:rank, :)
H A DFullPivHouseholderQR.h175 inline const Solve<FullPivHouseholderQR, Rhs>
179 return Solve<FullPivHouseholderQR, Rhs>(*this, b.derived());
/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h174 inline const Solve<PartialPivLU, Rhs>
178 return Solve<PartialPivLU, Rhs>(*this, b.derived());
/external/eigen/Eigen/src/SparseQR/
H A DSparseQR.h204 // Solve with the triangular matrix R
233 inline const Solve<SparseQR, Rhs> solve(const MatrixBase<Rhs>& B) const
237 return Solve<SparseQR, Rhs>(*this, B.derived());
240 inline const Solve<SparseQR, Rhs> solve(const SparseMatrixBase<Rhs>& B) const
244 return Solve<SparseQR, Rhs>(*this, B.derived());
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h199 inline const Solve<LDLT, Rhs>
205 return Solve<LDLT, Rhs>(*this, b.derived());
H A DLLT.h139 inline const Solve<LLT, Rhs>
145 return Solve<LLT, Rhs>(*this, b.derived());
/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp293 void SparseSolver::Solve(Function &F) { function in class:SparseSolver
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DSparsePropagation.cpp292 void SparseSolver::Solve(Function &F) { function in class:SparseSolver
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp258 /// Solve - Solve for constants and executable blocks.
260 void Solve();
1166 void SCCPSolver::Solve() { function in class:SCCPSolver
1569 // Solve for constants.
1572 Solver.Solve();
1743 // Solve for constants.
1746 Solver.Solve();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp257 /// Solve - Solve for constants and executable blocks.
259 void Solve();
1350 void SCCPSolver::Solve() { function in class:SCCPSolver
1747 // Solve for constants.
1750 Solver.Solve();
1908 // Solve for constants.
1911 Solver.Solve();

Completed in 574 milliseconds

12