HomeSort by relevance Sort by last modified time
    Searched refs:MatrixBase (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /external/eigen/unsupported/test/
matrix_exponential.cpp 22 double relerr(const MatrixBase<Derived>& A, const MatrixBase<OtherDerived>& B)
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 149 solve(const MatrixBase<Rhs>& b) const
158 bool _solve (const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const;
409 bool PastixBase<Base>::_solve (const MatrixBase<Rhs> &b, MatrixBase<Dest> &x) const
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 56 * See MatrixBase::matrixFunction() for details on how this computation
484 * matrixBase::matrixFunction() and related functions and most of the
546 /********** MatrixBase methods **********/
550 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::matrixFunction(typename internal::stem_function<typename internal::traits<Derived>::Scalar>::type f) const
557 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sin() const
565 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cos() const
573 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const
581 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const
  /external/eigen/Eigen/src/Core/
ProductBase.h 63 class ProductBase : public MatrixBase<Derived>
66 typedef MatrixBase<Derived> Base;
192 // define all overloads defined in MatrixBase. Furthermore, Using
270 Derived& MatrixBase<Derived>::lazyAssign(const ProductBase<ProductDerived, Lhs,Rhs>& other)
SolveTriangular.h 174 void TriangularView<MatrixType,Mode>::solveInPlace(const MatrixBase<OtherDerived>& _other) const
216 TriangularView<Derived,Mode>::solve(const MatrixBase<Other>& other) const
Assign.h 553 EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::operator=(const MatrixBase& other)
560 EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::operator=(const DenseBase<OtherDerived>& other)
567 EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::operator=(const EigenBase<OtherDerived>& other)
575 EIGEN_STRONG_INLINE Derived& MatrixBase<Derived>::operator=(const ReturnByValue<OtherDerived>& other)
GeneralProduct.h 33 * \sa ProductReturnType, MatrixBase::operator*(const MatrixBase<OtherDerived>&)
146 * \sa class Product, MatrixBase::operator*(const MatrixBase<OtherDerived>&)
544 * \sa lazyProduct(), operator*=(const MatrixBase&), Cwise::operator*()
549 MatrixBase<Derived>::operator*(const MatrixBase<OtherDerived> &other) const
585 * \sa operator*(const MatrixBase&)
590 MatrixBase<Derived>::lazyProduct(const MatrixBase<OtherDerived> &other) cons
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 360 * \sa MatrixBase::operator(Index,Index) const */
363 * \sa MatrixBase::operator(Index,Index) */
491 /** \sa MatrixBase::setIdentity() */
504 inline Transform& scale(const MatrixBase<OtherDerived> &other);
507 inline Transform& prescale(const MatrixBase<OtherDerived> &other);
513 inline Transform& translate(const MatrixBase<OtherDerived> &other);
516 inline Transform& pretranslate(const MatrixBase<OtherDerived> &other);
556 Transform& fromPositionOrientationScale(const MatrixBase<PositionDerived> &position,
557 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
586 * \sa MatrixBase::isApprox() *
    [all...]
Hyperplane.h 207 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine)
257 * \sa MatrixBase::isApprox() */
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 35 * \sa MatrixBase::colPivHouseholderQr()
123 solve(const MatrixBase<Rhs>& b) const
158 * \sa logAbsDeterminant(), MatrixBase::determinant()
172 * \sa absDeterminant(), MatrixBase::determinant()
512 const ColPivHouseholderQR<typename MatrixBase<Derived>::PlainObject>
513 MatrixBase<Derived>::colPivHouseholderQr() const
FullPivHouseholderQR.h 47 * \sa MatrixBase::fullPivHouseholderQr()
135 solve(const MatrixBase<Rhs>& b) const
178 * \sa logAbsDeterminant(), MatrixBase::determinant()
192 * \sa absDeterminant(), MatrixBase::determinant()
586 const FullPivHouseholderQR<typename MatrixBase<Derived>::PlainObject>
587 MatrixBase<Derived>::fullPivHouseholderQr() const
  /external/eigen/test/eigen2/
main.h 204 inline bool test_ei_isMuchSmallerThan(const MatrixBase<Derived1>& m1,
205 const MatrixBase<Derived2>& m2)
211 inline bool test_ei_isMuchSmallerThan(const MatrixBase<Derived>& m,
eigen2_lu.cpp 14 void doSomeRankPreservingOperations(Eigen::MatrixBase<Derived>& m)
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 167 solve(const MatrixBase<Rhs>& b) const
BiCGSTAB.h 193 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
ConjugateGradient.h 189 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 32 * \sa MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
64 bool makeJacobi(const MatrixBase<Derived>&, typename Derived::Index p, typename Derived::Index q);
79 * \sa MatrixBase::makeJacobi(const MatrixBase<Derived>&, Index, Index), MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
119 * \sa JacobiRotation::makeJacobi(RealScalar, Scalar, RealScalar), MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
123 inline bool JacobiRotation<Scalar>::makeJacobi(const MatrixBase<Derived>& m, typename Derived::Index p, typename Derived::Index q
    [all...]
  /external/eigen/test/
main.h 274 inline bool test_isMuchSmallerThan(const MatrixBase<Derived1>& m1,
275 const MatrixBase<Derived2>& m2)
281 inline bool test_isMuchSmallerThan(const MatrixBase<Derived>& m,
288 inline bool test_isUnitary(const MatrixBase<Derived>& m)
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 57 MatrixBase<SkylineProduct<LhsNested, RhsNested, ProductMode> > >::type Base;
274 // Derived & MatrixBase<Derived>::lazyAssign(const SkylineProduct<Lhs, Rhs, SkylineTimeDenseProduct>& product) {
288 SkylineMatrixBase<Derived>::operator*(const MatrixBase<OtherDerived> &other) const {
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 127 solve(const MatrixBase<Rhs>& b) const
192 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const
618 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const
  /external/eigen/Eigen/src/LU/
FullPivLU.h 43 * \sa MatrixBase::fullPivLu(), MatrixBase::determinant(), MatrixBase::inverse()
214 solve(const MatrixBase<Rhs>& b) const
227 * \note For fixed-size matrices of size up to 4, MatrixBase::determinant() offers
233 * \sa MatrixBase::determinant()
359 * \sa MatrixBase::inverse()
719 /******* MatrixBase methods *****************************************************************/
728 inline const FullPivLU<typename MatrixBase<Derived>::PlainObject>
729 MatrixBase<Derived>::fullPivLu() cons
    [all...]
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 54 * \sa MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight()
327 typename internal::matrix_type_times_scalar_type<Scalar, OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other) const
409 typename internal::matrix_type_times_scalar_type<typename VectorsType::Scalar,OtherDerived>::Type operator*(const MatrixBase<OtherDerived>& other, const HouseholderSequence<VectorsType,CoeffsType,Side>& h)
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 116 ::rankUpdate(const MatrixBase<DerivedU>& u, Scalar alpha)
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 196 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine)
245 * \sa MatrixBase::isApprox() */
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 28 * \sa MatrixBase::SVD()
62 bool solve(const MatrixBase<OtherDerived> &b, ResultType* result) const;
509 * \sa MatrixBase::svd(), LU::solve(), LLT::solve()
513 bool SVD<MatrixType>::solve(const MatrixBase<OtherDerived> &b, ResultType* result) const
630 inline SVD<typename MatrixBase<Derived>::PlainObject>
631 MatrixBase<Derived>::svd() const

Completed in 573 milliseconds

1 2 34 5