Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSparseMultiSet.h111 DenseT Dense; variable
140 return Dense[D.Prev].isTail(); in isHead()
148 return &Dense[N.Prev] == &N; in isSingleton()
155 Dense.push_back(SMSNode(V, Prev, Next)); in addValue()
156 return Dense.size() - 1; in addValue()
161 unsigned NextFree = Dense[Idx].Next; in addValue()
162 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()
164 Dense[Idx] = SMSNode(V, Prev, Next); in addValue()
172 Dense[Idx].Prev = SMSNode::INVALID; in makeTombstone()
173 Dense[Idx].Next = FreelistIdx; in makeTombstone()
[all …]
DSparseSet.h123 DenseT Dense;
169 const_iterator begin() const { return Dense.begin(); }
170 const_iterator end() const { return Dense.end(); }
171 iterator begin() { return Dense.begin(); }
172 iterator end() { return Dense.end(); }
178 bool empty() const { return Dense.empty(); }
185 unsigned size() const { return Dense.size(); }
191 Dense.clear();
206 const unsigned FoundIdx = ValIndexOf(Dense[i]);
252 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>
213 …rse_cwise_binary_op_inner_iterator_selector<scalar_product_op<T>, Lhs, Rhs, Derived, Sparse, Dense>
254 class sparse_cwise_binary_op_inner_iterator_selector<scalar_product_op<T>, Lhs, Rhs, Derived, Dense
DSparseDenseProduct.h136 typedef Dense StorageKind;
263 typedef Dense StorageKind;
DSparseSelfAdjointView.h196 typedef Dense StorageKind;
DSparseMatrix.h68 typedef Dense StorageKind;
/external/eigen/Eigen/src/Core/util/
DXprHelper.h150 template<typename T> struct plain_matrix_type<T,Dense>
183 template<typename T> struct eval<T,Dense>
198 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
204 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
DConstants.h421 struct Dense {}; struct
/external/eigen/Eigen/src/Core/
DProduct.h89 class ProductImpl<Lhs,Rhs,Dense> : public internal::dense_xpr_base<Product<Lhs,Rhs> >::type
DCwiseUnaryOp.h92 class CwiseUnaryOpImpl<UnaryOp,XprType,Dense>
DCwiseUnaryView.h92 class CwiseUnaryViewImpl<ViewOp,MatrixType,Dense>
DSelect.h36 typedef Dense StorageKind;
DDiagonalMatrix.h110 typedef Dense StorageKind;
DCwiseBinaryOp.h163 class CwiseBinaryOpImpl<BinaryOp, Lhs, Rhs, Dense>
DMatrix.h109 typedef Dense StorageKind;
DTranspose.h100 template<typename MatrixType> class TransposeImpl<MatrixType,Dense>
DBandMatrix.h181 typedef Dense StorageKind;
/external/eigen/doc/
DC10_TutorialMapClass.dox68 …s, it is important to realize that a Map type is \em not identical to its Dense equivalent. See \…
DC00_QuickStartGuide.dox41 The \c Eigen/Dense header file defines all member functions for the MatrixXd type and related types…
DQuickReference.dox22 … header file which has to be included in order to use the module. The \c %Dense and \c Eigen heade…
35 <tr><td></td><td>\code#include <Eigen/Dense>\endcode</td><td>Includes Core, Geometry, LU, Cholesky,…
36 <tr class="alt"><td></td><td>\code#include <Eigen/Eigen>\endcode</td><td>Includes %Dense and %Spars…