HomeSort by relevance Sort by last modified time
    Searched refs:_dest (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 42 void permute_symm_to_symm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm = 0);
45 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm = 0);
100 template<typename DestScalar,int StorageOrder> void evalTo(SparseMatrix<DestScalar,StorageOrder,Index>& _dest) const
102 internal::permute_symm_to_fullsymm<UpLo>(m_matrix, _dest);
105 template<typename DestScalar> void evalTo(DynamicSparseMatrix<DestScalar,ColMajor,Index>& _dest) const
107 // TODO directly evaluate into _dest;
108 SparseMatrix<DestScalar,ColMajor,Index> tmp(_dest.rows(),_dest.cols());
110 _dest = tmp;
290 void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename MatrixType::Scalar,DestOrder,typename MatrixType::Index>& _dest, const typename MatrixType::Index* perm
    [all...]
  /build/core/tasks/
sdk-addon.mk 48 $(eval _dest := $(call word-colon,2,$(cf))) \
49 $(eval files_to_copy += $(_src):$(_dest)) \
67 $(eval _dest := $(call append-path,$(staging),$(call word-colon,2,$(cf)))) \
68 $(eval $(call copy-one-file,$(_src),$(_dest))) \
69 $(eval sdk_addon_deps += $(_dest)) \
  /build/core/
Makefile 34 $(eval _dest := $(call word-colon,2,$(cf))) \
36 $(if $(filter $(unique_product_copy_files_destinations),$(_dest)), \
38 $(eval _fulldest := $(call append-path,$(PRODUCT_OUT),$(_dest))) \
39 $(if $(filter %.xml,$(_dest)),\
43 $(eval unique_product_copy_files_destinations += $(_dest))))
    [all...]

Completed in 474 milliseconds