Searched defs:xpr (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl() 111 inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index i) in sparse_matrix_block_impl() 115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl() 294 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() 298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 313 inline BlockImpl(SparseMatrixType& xpr, Index i) in BlockImpl() 317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl() 387 inline BlockImpl(XprType& xpr, Index i) in BlockImpl() 397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
|
/external/clang/test/CXX/basic/basic.def.odr/ |
D | p2-typeid.cpp | 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
|
/external/llvm-project/clang/test/CXX/basic/basic.def.odr/ |
D | p2-typeid.cpp | 28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
|
/external/eigen/test/ |
D | nesting_ops.cpp | 16 void use_n_times(const XprType &xpr) in use_n_times()
|
D | sparse_permutations.cpp | 38 typename internal::nested_eval<T,1>::type eval(const T &xpr) in eval()
|
/external/eigen/Eigen/src/Core/ |
D | CoreIterators.h | 41 InnerIterator(const XprType &xpr, const Index &outerId) in InnerIterator()
|