OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixBase
(Results
101 - 115
of
115
) sorted by null
1
2
3
4
5
/external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h
115
public
MatrixBase
<CoeffBasedProduct<LhsNested, RhsNested, NestingFlags> >
119
typedef
MatrixBase
<CoeffBasedProduct> Base;
/external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h
24
* with given dense storage of the coefficients. It is the return type of
MatrixBase
::selfadjointView()
75
operator*(const
MatrixBase
<OtherDerived>& rhs) const
83
operator*(const
MatrixBase
<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
SparseCwiseBinaryOp.h
317
SparseMatrixBase<Derived>::cwiseProduct(const
MatrixBase
<OtherDerived> &other) const
SparseDenseProduct.h
293
SparseMatrixBase<Derived>::operator*(const
MatrixBase
<OtherDerived> &other) const
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h
318
solveWithGuess(const
MatrixBase
<Rhs>& b, const Guess& x0) const
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
476
* \sa
MatrixBase
::jacobiSvd()
638
solve(const
MatrixBase
<Rhs>& b) const
[
all
...]
/external/eigen/Eigen/src/Core/
Redux.h
321
* \sa DenseBase::sum(), DenseBase::minCoeff(), DenseBase::maxCoeff(),
MatrixBase
::colwise(),
MatrixBase
::rowwise()
399
MatrixBase
<Derived>::trace() const
VectorwiseOp.h
516
const CrossReturnType cross(const
MatrixBase
<OtherDerived>& other) const;
PlainObjectBase.h
56
template<typename Derived> struct dense_xpr_base_dispatcher_for_doxygen;// : public
MatrixBase
<Derived> {};
60
: public
MatrixBase
<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > {};
388
/** \sa
MatrixBase
::lazyAssign() */
426
/** \copydoc
MatrixBase
::operator=(const EigenBase<OtherDerived>&)
436
/** \sa
MatrixBase
::operator=(const EigenBase<OtherDerived>&) */
569
* \sa operator=(const
MatrixBase
<OtherDerived>&), _set_noalias()
589
* \sa operator=(const
MatrixBase
<OtherDerived>&), _set()
[
all
...]
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
72
template<typename Derived> class
MatrixBase
;
XprHelper.h
336
typedef
MatrixBase
<Derived> type;
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h
119
solve(const
MatrixBase
<Rhs>& b) const
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h
400
*
MatrixBase
::exp() and most of the time this is the only way it is
446
const MatrixExponentialReturnValue<Derived>
MatrixBase
<Derived>::exp() const
MatrixLogarithm.h
28
* \sa class MatrixFunctionAtomic,
MatrixBase
::log()
426
*
matrixBase
::matrixLogarithm() and most of the time this is the
483
/**********
MatrixBase
method **********/
487
const MatrixLogarithmReturnValue<Derived>
MatrixBase
<Derived>::log() const
MatrixSquareRoot.h
50
* rest is not touched. See
MatrixBase
::sqrt() for details on
279
*
MatrixBase
::sqrt() for details on how this computation is
326
* \sa MatrixSquareRootTriangular, MatrixSquareRootQuasiTriangular,
MatrixBase
::sqrt()
346
* See
MatrixBase
::sqrt() for details on how this computation is
430
*
MatrixBase
::sqrt() and most of the time this is the only way it is
476
const MatrixSquareRootReturnValue<Derived>
MatrixBase
<Derived>::sqrt() const
Completed in 303 milliseconds
1
2
3
4
5