Home
last modified time | relevance | path

Searched refs:DenseType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/test/
Dsparse_extra.cpp17 template<typename SetterType,typename DenseType, typename Scalar, int Options>
18 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<V… in test_random_setter()
35 template<typename SetterType,typename DenseType, typename T>
36 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2… in test_random_setter()
/external/vulkan-validation-layers/layers/
Dsparse_containers.h96 typedef std::vector<ValueType> DenseType; typedef
115 dense_.reset(new DenseType(count, kDefaultValue)); in Reset()
217 DenseType &ray = *from.dense_; in Merge()
335 std::unique_ptr<DenseType> dense_;
353 dense_.reset(new DenseType((range_max_ - range_min_), default_value)); in SparseToDenseConversion()
354 DenseType &ray = *dense_; in SparseToDenseConversion()
/external/eigen/Eigen/src/Core/
DDiagonalMatrix.h37 typedef DenseMatrixType DenseType; typedef
DTriangularMatrix.h52 typedef DenseMatrixType DenseType; typedef
DPlainObjectBase.h110 typedef Derived DenseType;