HomeSort by relevance Sort by last modified time
    Searched refs:MatrixBase (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 218 inline Hyperplane& transform(const MatrixBase<XprType>& mat, TransformTraits traits = Affine)
268 * \sa MatrixBase::isApprox() */
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BiCGSTAB.h 200 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
ConjugateGradient.h 190 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
IncompleteLUT.h 169 solve(const MatrixBase<Rhs>& b) const
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 243 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
GMRES.h 308 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
IncompleteCholesky.h 107 solve(const MatrixBase<Rhs>& b) const
DGMRES.h 148 solveWithGuess(const MatrixBase<Rhs>& b, const Guess& x0) const
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 24 * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView()
99 operator*(const MatrixBase<OtherDerived>& rhs) const
107 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
SparseCwiseBinaryOp.h 318 SparseMatrixBase<Derived>::cwiseProduct(const MatrixBase<OtherDerived> &other) const
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 498 * \sa MatrixBase::jacobiSvd()
663 solve(const MatrixBase<Rhs>& b) const
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 490 * \sa MatrixBase::jacobiSvd()
596 solve(const MatrixBase<Rhs>& b) const
774 JacobiSVD<typename MatrixBase<Derived>::PlainObject>
775 MatrixBase<Derived>::jacobiSvd(unsigned int computationOptions) const
BDCSVD.h 158 solve(const MatrixBase<Rhs>& b) const
739 BDCSVD<typename MatrixBase<Derived>::PlainObject>
740 MatrixBase<Derived>::bdcSvd(unsigned int computationOptions) const
  /external/eigen/Eigen/src/Core/
Redux.h 321 * \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(), MatrixBase::colwise(), MatrixBase::rowwise()
401 MatrixBase<Derived>::trace() const
VectorwiseOp.h 537 * \sa MatrixBase::normalized(), normalize()
546 * \sa MatrixBase::normalize(), normalized()
560 const CrossReturnType cross(const MatrixBase<OtherDerived>& other) const;
PlainObjectBase.h 72 template<typename Derived> struct dense_xpr_base_dispatcher_for_doxygen;// : public MatrixBase<Derived> {};
76 : public MatrixBase<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > {};
409 /** \sa MatrixBase::lazyAssign() */
447 /** \copydoc MatrixBase::operator=(const EigenBase<OtherDerived>&)
457 /** \sa MatrixBase::operator=(const EigenBase<OtherDerived>&) */
593 * \sa operator=(const MatrixBase<OtherDerived>&), _set_noalias()
613 * \sa operator=(const MatrixBase<OtherDerived>&), _set()
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 72 template<typename Derived> class MatrixBase;
XprHelper.h 358 typedef MatrixBase<Derived> type;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 397 * MatrixBase::exp() and most of the time this is the only way it is
443 const MatrixExponentialReturnValue<Derived> MatrixBase<Derived>::exp() const
MatrixLogarithm.h 28 * \sa class MatrixFunctionAtomic, MatrixBase::log()
417 * MatrixBase::log() and most of the time this is the only way it
474 /********** MatrixBase method **********/
478 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const
MatrixPower.h 267 * calling MatrixBase::pow().
451 * MatrixBase::pow() and related functions and most of the
503 const MatrixPowerReturnValue<Derived> MatrixBase<Derived>::pow(const RealScalar& p) const
MatrixSquareRoot.h 50 * rest is not touched. See MatrixBase::sqrt() for details on
271 * MatrixBase::sqrt() for details on how this computation is
310 * \sa MatrixSquareRootTriangular, MatrixSquareRootQuasiTriangular, MatrixBase::sqrt()
330 * See MatrixBase::sqrt() for details on how this computation is
412 * MatrixBase::sqrt() and most of the time this is the only way it is
458 const MatrixSquareRootReturnValue<Derived> MatrixBase<Derived>::sqrt() const
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 116 public MatrixBase<CoeffBasedProduct<LhsNested, RhsNested, NestingFlags> >
120 typedef MatrixBase<CoeffBasedProduct> Base;

Completed in 1285 milliseconds

1 2 3 45