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

1 23 4 5

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h 38 * \sa MatrixBase::rows(), MatrixBase::cols(), ColsAtCompileTime, SizeAtCompileTime */
44 * \sa MatrixBase::rows(), MatrixBase::cols(), RowsAtCompileTime, SizeAtCompileTime */
182 operator*(const MatrixBase<OtherDerived> &other) const;
186 void evalTo(MatrixBase<DenseDerived>& dst) const {
SkylineInplaceLU.h 99 bool solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>* x,
307 bool SkylineInplaceLU<MatrixType>::solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>* x, const int transposed) const {
  /external/eigen/Eigen/src/SparseCore/
SparseView.h 90 const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& m_reference,
SparseDot.h 18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const
TriangularSolver.h 166 void SparseTriangularView<ExpressionType,Mode>::solveInPlace(MatrixBase<OtherDerived>& other) const
186 SparseTriangularView<ExpressionType,Mode>::solve(const MatrixBase<OtherDerived>& other) const
315 void SparseMatrixBase<Derived>::solveTriangularInPlace(MatrixBase<OtherDerived>& other) const
324 SparseMatrixBase<Derived>::solveTriangular(const MatrixBase<OtherDerived>& other) const
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 150 bool finished(const MatrixBase<VectorType> &v)
IncompleteLU.h 81 solve(const MatrixBase<Rhs>& b) const
  /external/eigen/Eigen/src/Core/
Matrix.h 100 * \see MatrixBase for the majority of the API methods for matrices, \ref TopicClassHierarchy,
170 EIGEN_STRONG_INLINE Matrix& operator=(const MatrixBase<OtherDerived>& other)
272 EIGEN_STRONG_INLINE Matrix(const MatrixBase<OtherDerived>& other)
300 * \sa MatrixBase::operator=(const EigenBase<OtherDerived>&)
314 * \brief Override MatrixBase::swap() since for dynamic-sized matrices
318 void swap(MatrixBase<OtherDerived> const & other)
StableNorm.h 44 MatrixBase<Derived>::stableNorm() const
74 MatrixBase<Derived>::blueNorm() const
172 MatrixBase<Derived>::hypotNorm() const
Transpose.h 24 * It is the return type of MatrixBase::transpose() and MatrixBase::adjoint()
27 * \sa MatrixBase::transpose(), MatrixBase::adjoint()
235 inline const typename MatrixBase<Derived>::AdjointReturnType
236 MatrixBase<Derived>::adjoint() const
318 inline void MatrixBase<Derived>::adjointInPlace()
ArrayBase.h 37 * \sa class MatrixBase, \ref TopicClassHierarchy
146 /** \returns an \link MatrixBase Matrix \endlink expression of this array
147 * \sa MatrixBase::array() */
163 template<typename OtherDerived> Derived& operator+=(const MatrixBase<OtherDerived>& )
166 template<typename OtherDerived> Derived& operator-=(const MatrixBase<OtherDerived>& )
ArrayWrapper.h 20 * This class is the return type of MatrixBase::array(), and most of the time
23 * \sa MatrixBase::array(), class MatrixWrapper
136 * \sa MatrixBase::matrix(), class ArrayWrapper
149 class MatrixWrapper : public MatrixBase<MatrixWrapper<ExpressionType> >
152 typedef MatrixBase<MatrixWrapper<ExpressionType> > Base;
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 39 * This LU decomposition is suitable to invert invertible matrices. It is what MatrixBase::inverse() uses
45 * \sa MatrixBase::partialPivLu(), MatrixBase::determinant(), MatrixBase::inverse(), MatrixBase::computeInverse(), class FullPivLU
133 solve(const MatrixBase<Rhs>& b) const
144 * \sa MatrixBase::inverse(), LU::inverse()
158 * \note For fixed-size matrices of size up to 4, MatrixBase::determinant() offers
164 * \sa MatrixBase::determinant()
464 /******** MatrixBase methods *******
    [all...]
Inverse.h 189 (const MatrixBase<Derived>& matrix, int i1, int i2, int i3, int j1, int j2, int j3)
261 *** MatrixBase methods ***
316 inline const internal::inverse_impl<Derived> MatrixBase<Derived>::inverse() const
343 inline void MatrixBase<Derived>::computeInverseAndDetWithCheck(
382 inline void MatrixBase<Derived>::computeInverseWithCheck(
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 206 inline const internal::solve_retval<UmfPackLU, Rhs> solve(const MatrixBase<Rhs>& b) const
277 bool _solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const;
379 bool UmfPackLU<MatrixType>::_solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived> &x) const
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 94 // useful; however notice that we already have the templated operator= above and e.g. in MatrixBase
100 template<class OtherDerived> Derived& operator=(const MatrixBase<OtherDerived>& m);
103 * \sa MatrixBase::Identity()
107 /** \sa QuaternionBase::Identity(), MatrixBase::setIdentity()
112 * \sa QuaternionBase::norm(), MatrixBase::squaredNorm()
117 * \sa QuaternionBase::squaredNorm(), MatrixBase::norm()
122 * \sa normalized(), MatrixBase::normalize() */
125 * \sa normalize(), MatrixBase::normalized() */
142 Derived& setFromTwoVectors(const MatrixBase<Derived1>& a, const MatrixBase<Derived2>& b)
    [all...]
RotationBase.h 195 static inline const MatrixBase<OtherDerived>& toRotationMatrix(const MatrixBase<OtherDerived>& mat)
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 174 solve(const MatrixBase<Rhs>& b) const
206 bool _solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>& x) const;
372 bool PardisoImpl<Base>::_solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>& x) const
380 eigen_assert(((MatrixBase<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported");
381 eigen_assert(((MatrixBase<XDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported");
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 150 static SluMatrix Map(MatrixBase<MatrixType>& _mat)
344 inline const internal::solve_retval<SuperLUBase, Rhs> solve(const MatrixBase<Rhs>& b) const
531 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const;
639 void SuperLU<MatrixType>::_solve(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) const
865 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const;
950 void SuperILU<MatrixType>::_solve(const MatrixBase<Rhs> &b, MatrixBase<Dest>& x) cons
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LLT.h 44 * \sa MatrixBase::llt(), class LDLT
118 * \sa solveInPlace(), MatrixBase::llt()
122 solve(const MatrixBase<Rhs>& b) const
132 bool solve(const MatrixBase<OtherDerived>& b, ResultType *result) const
142 void solveInPlace(MatrixBase<Derived> &bAndX) const;
444 * \sa LLT::solve(), MatrixBase::llt()
448 void LLT<MatrixType,_UpLo>::solveInPlace(MatrixBase<Derived> &bAndX) const
470 inline const LLT<typename MatrixBase<Derived>::PlainObject>
471 MatrixBase<Derived>::llt() const
  /external/eigen/Eigen/src/QR/
HouseholderQR.h 40 * \sa MatrixBase::householderQr()
110 solve(const MatrixBase<Rhs>& b) const
144 * \sa logAbsDeterminant(), MatrixBase::determinant()
158 * \sa absDeterminant(), MatrixBase::determinant()
335 const HouseholderQR<typename MatrixBase<Derived>::PlainObject>
336 MatrixBase<Derived>::householderQr() const
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 116 cholmod_dense viewAsCholmod(MatrixBase<Derived>& mat)
218 solve(const MatrixBase<Rhs>& b) const
285 void _solve(const MatrixBase<Rhs> &b, MatrixBase<Dest> &dest) const
  /external/eigen/Eigen/src/IterativeLinearSolvers/
BasicPreconditioners.h 90 solve(const MatrixBase<Rhs>& b) const
  /external/eigen/test/eigen2/
product.h 15 bool areNotApprox(const MatrixBase<Derived1>& m1, const MatrixBase<Derived2>& m2, typename Derived1::RealScalar epsilon = precision<typename Derived1::RealScalar>())
  /external/eigen/test/
product.h 14 bool areNotApprox(const MatrixBase<Derived1>& m1, const MatrixBase<Derived2>& m2, typename Derived1::RealScalar epsilon = NumTraits<typename Derived1::RealScalar>::dummy_precision())

Completed in 324 milliseconds

1 23 4 5