OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixBase
(Results
51 - 75
of
123
) sorted by null
1
2
3
4
5
/external/eigen/Eigen/src/SparseCore/
SparseView.h
91
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
147
bool finished(const
MatrixBase
<VectorType> &v)
IncompleteLU.h
81
solve(const
MatrixBase
<Rhs>& b) const
/external/eigen/unsupported/Eigen/src/Skyline/
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/Core/
DiagonalProduct.h
45
public
MatrixBase
<DiagonalProduct<MatrixType, DiagonalType, ProductOrder> >
49
typedef
MatrixBase
<DiagonalProduct> Base;
123
MatrixBase
<Derived>::operator*(const DiagonalBase<DiagonalDerived> &a_diagonal) const
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
153
MatrixBase
<Derived>::stableNorm() const
184
MatrixBase
<Derived>::blueNorm() const
196
MatrixBase
<Derived>::hypotNorm() const
Transpose.h
24
* It is the return type of
MatrixBase
::transpose() and
MatrixBase
::adjoint()
27
* \sa
MatrixBase
::transpose(),
MatrixBase
::adjoint()
236
inline const typename
MatrixBase
<Derived>::AdjointReturnType
237
MatrixBase
<Derived>::adjoint() const
323
inline void
MatrixBase
<Derived>::adjointInPlace()
ArrayBase.h
37
* \sa class
MatrixBase
, \ref TopicClassHierarchy
146
/** \returns an \link Eigen::
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
148
* \sa
MatrixBase
::matrix(), class ArrayWrapper
166
class MatrixWrapper : public
MatrixBase
<MatrixWrapper<ExpressionType> >
169
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()
475
/********
MatrixBase
methods *******
[
all
...]
Inverse.h
192
(const
MatrixBase
<Derived>& matrix, int i1, int i2, int i3, int j1, int j2, int j3)
265
***
MatrixBase
methods ***
320
inline const internal::inverse_impl<Derived>
MatrixBase
<Derived>::inverse() const
347
inline void
MatrixBase
<Derived>::computeInverseAndDetWithCheck(
386
inline void
MatrixBase
<Derived>::computeInverseWithCheck(
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
220
inline const internal::solve_retval<UmfPackLU, Rhs> solve(const
MatrixBase
<Rhs>& b) const
279
bool _solve(const
MatrixBase
<BDerived> &b,
MatrixBase
<XDerived> &x) const;
421
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
175
solve(const
MatrixBase
<Rhs>& b) const
207
bool _solve(const
MatrixBase
<BDerived> &b,
MatrixBase
<XDerived>& x) const;
350
bool PardisoImpl<Base>::_solve(const
MatrixBase
<BDerived> &b,
MatrixBase
<XDerived>& x) const
358
eigen_assert(((
MatrixBase
<BDerived>::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported");
359
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;
640
void SuperLU<MatrixType>::_solve(const
MatrixBase
<Rhs> &b,
MatrixBase
<Dest>& x) const
866
void _solve(const
MatrixBase
<Rhs> &b,
MatrixBase
<Dest> &dest) const;
951
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;
454
* \sa LLT::solve(),
MatrixBase
::llt()
458
void LLT<MatrixType,_UpLo>::solveInPlace(
MatrixBase
<Derived> &bAndX) const
480
inline const LLT<typename
MatrixBase
<Derived>::PlainObject>
481
MatrixBase
<Derived>::llt() const
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
165
bool _solve(const
MatrixBase
<Rhs> &B,
MatrixBase
<Dest> &dest) const
207
inline const internal::solve_retval<SparseQR, Rhs> solve(const
MatrixBase
<Rhs>& B) const
669
SparseQR_QProduct<SparseQRType, Derived> operator*(const
MatrixBase
<Derived>& other)
684
template<typename Dest> void evalTo(
MatrixBase
<Dest>& dest) const
705
SparseQR_QProduct<SparseQRType,Derived> operator*(const
MatrixBase
<Derived>& other)
/external/eigen/Eigen/src/QR/
HouseholderQR.h
40
* \sa
MatrixBase
::householderQr()
122
solve(const
MatrixBase
<Rhs>& b) const
164
* \sa logAbsDeterminant(),
MatrixBase
::determinant()
178
* \sa absDeterminant(),
MatrixBase
::determinant()
380
const HouseholderQR<typename
MatrixBase
<Derived>::PlainObject>
381
MatrixBase
<Derived>::householderQr() const
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
121
cholmod_dense viewAsCholmod(
MatrixBase
<Derived>& mat)
225
solve(const
MatrixBase
<Rhs>& b) const
293
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/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h
158
void solveInPlace(
MatrixBase
<Dest>&X) const;
234
void MappedSuperNodalMatrix<Scalar,Index>::solveInPlace(
MatrixBase
<Dest>&X) const
Completed in 569 milliseconds
1
2
3
4
5