Home
last modified time | relevance | path

Searched refs:Dense (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/include/llvm/ADT/
DSparseMultiSet.h115 DenseT Dense; variable
144 return Dense[D.Prev].isTail(); in isHead()
152 return &Dense[N.Prev] == &N; in isSingleton()
159 Dense.push_back(SMSNode(V, Prev, Next)); in addValue()
160 return Dense.size() - 1; in addValue()
165 unsigned NextFree = Dense[Idx].Next; in addValue()
166 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()
168 Dense[Idx] = SMSNode(V, Prev, Next); in addValue()
176 Dense[Idx].Prev = SMSNode::INVALID; in makeTombstone()
177 Dense[Idx].Next = FreelistIdx; in makeTombstone()
[all …]
DSparseSet.h128 DenseT Dense;
174 const_iterator begin() const { return Dense.begin(); }
175 const_iterator end() const { return Dense.end(); }
176 iterator begin() { return Dense.begin(); }
177 iterator end() { return Dense.end(); }
183 bool empty() const { return Dense.empty(); }
190 size_type size() const { return Dense.size(); }
196 Dense.clear();
208 const unsigned FoundIdx = ValIndexOf(Dense[i]);
255 Dense.push_back(Val);
[all …]
/external/eigen/Eigen/
DEigen1 #include "Dense"
/external/eigen/doc/snippets/
Dcompile_snippet.cpp.in1 #include <Eigen/Dense>
/external/eigen/Eigen/src/SparseCore/
DSparseCwiseBinaryOp.h34 template<> struct promote_storage_type<Dense,Sparse>
37 template<> struct promote_storage_type<Sparse,Dense>
214 …rse_cwise_binary_op_inner_iterator_selector<scalar_product_op<T>, Lhs, Rhs, Derived, Sparse, Dense>
255 class sparse_cwise_binary_op_inner_iterator_selector<scalar_product_op<T>, Lhs, Rhs, Derived, Dense
DSparseDenseProduct.h133 static Scalar get(const _RhsNested &rhs, Index outer, Dense = Dense())
156 typedef Dense StorageKind;
283 typedef Dense StorageKind;
DSparseSelfAdjointView.h220 typedef Dense StorageKind;
/external/eigen/doc/
DManual.dox41 /** \defgroup DenseMatrixManipulation_chapter Dense matrix and array manipulation */
92 /** \defgroup DenseLinearSolvers_chapter Dense linear problems and decompositions */
DOverview.dox12 - \link QuickRefPage [QuickRef] Dense matrix and array manipulations \endlink
DTutorialMapClass.dox60 …his does \em not happen automatically: a Map type is not identical to its Dense equivalent. See \…
DQuickStartGuide.dox42 The \c Eigen/Dense header file defines all member functions for the MatrixXd type and related types…
DQuickReference.dox12 … header file which has to be included in order to use the module. The \c %Dense and \c Eigen heade…
25 <tr><td></td><td>\code#include <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky,…
26 <tr class="alt"><td></td><td>\code#include <Eigen/Eigen>\endcode</td><td>Includes %Dense and %Spars…
DAsciiQuickReference.txt4 #include <Eigen/Dense>
/external/eigen/Eigen/src/Core/util/
DXprHelper.h172 template<typename T> struct plain_matrix_type<T,Dense>
205 template<typename T> struct eval<T,Dense>
220 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
226 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
DConstants.h428 struct Dense {}; struct
/external/eigen/Eigen/src/Core/
DCwiseUnaryOp.h92 class CwiseUnaryOpImpl<UnaryOp,XprType,Dense>
DSelect.h36 typedef Dense StorageKind;
DCwiseUnaryView.h92 class CwiseUnaryViewImpl<ViewOp,MatrixType,Dense>
DCwiseBinaryOp.h163 class CwiseBinaryOpImpl<BinaryOp, Lhs, Rhs, Dense>
DMatrix.h109 typedef Dense StorageKind;
DDiagonalMatrix.h127 typedef Dense StorageKind;
DTranspose.h100 template<typename MatrixType> class TransposeImpl<MatrixType,Dense>
DBandMatrix.h181 typedef Dense StorageKind;
DBlock.h148 class BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Dense>
/external/ceres-solver/scripts/
Dceres-solver.spec44 - Dense QR and Cholesky factorization (using Eigen) for small problems

12