Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DCommaInitializer.h34 : m_xpr(xpr), m_row(0), m_col(1), m_currentBlockRows(1) in CommaInitializer()
36 m_xpr.coeffRef(0,0) = s; in CommaInitializer()
42 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows()) in CommaInitializer()
44 m_xpr.block(0, 0, other.rows(), other.cols()) = other; in CommaInitializer()
52 : m_xpr(o.m_xpr), m_row(o.m_row), m_col(o.m_col), m_currentBlockRows(o.m_currentBlockRows) { in CommaInitializer()
54 const_cast<CommaInitializer&>(o).m_row = m_xpr.rows(); in CommaInitializer()
55 const_cast<CommaInitializer&>(o).m_col = m_xpr.cols(); in CommaInitializer()
63 if (m_col==m_xpr.cols())
68 eigen_assert(m_row<m_xpr.rows()
71 eigen_assert(m_col<m_xpr.cols()
[all …]
DBlock.h189 : m_xpr(xpr),
204 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
214 : m_xpr(xpr), m_startRow(startRow), m_startCol(startCol),
225 return m_xpr.coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
231 return m_xpr.derived().coeffRef(rowId + m_startRow.value(), colId + m_startCol.value());
237 return m_xpr.coeff(rowId + m_startRow.value(), colId + m_startCol.value());
244 return m_xpr.coeffRef(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
251 return m_xpr.coeffRef(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
258 return m_xpr.coeff(m_startRow.value() + (RowsAtCompileTime == 1 ? 0 : index),
265 … return m_xpr.template packet<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value());
[all …]
DCwiseUnaryOp.h66 : m_xpr(xpr), m_functor(func) {}
69 Index rows() const { return m_xpr.rows(); }
71 Index cols() const { return m_xpr.cols(); }
80 nestedExpression() const { return m_xpr; }
85 nestedExpression() { return m_xpr; }
88 XprTypeNested m_xpr;
DInverse.h55 : m_xpr(xpr)
58 EIGEN_DEVICE_FUNC Index rows() const { return m_xpr.rows(); }
59 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); }
61 EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
64 XprTypeNested m_xpr;
DVisitor.h64 explicit visitor_evaluator(const XprType &xpr) : m_evaluator(xpr), m_xpr(xpr) {}
74 EIGEN_DEVICE_FUNC Index rows() const { return m_xpr.rows(); }
75 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); }
76 EIGEN_DEVICE_FUNC Index size() const { return m_xpr.size(); }
83 const XprType &m_xpr;
DRedux.h338 EIGEN_DEVICE_FUNC explicit redux_evaluator(const XprType &xpr) : m_evaluator(xpr), m_xpr(xpr) {}
357 EIGEN_DEVICE_FUNC Index rows() const { return m_xpr.rows(); }
358 EIGEN_DEVICE_FUNC Index cols() const { return m_xpr.cols(); }
359 EIGEN_DEVICE_FUNC Index size() const { return m_xpr.size(); }
360 EIGEN_DEVICE_FUNC Index innerSize() const { return m_xpr.innerSize(); }
361 EIGEN_DEVICE_FUNC Index outerSize() const { return m_xpr.outerSize(); }
387 const XprType & nestedExpression() const { return m_xpr; }
391 const XprType &m_xpr;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorArgMax.h64 : m_xpr(expr) {}
68 expression() const { return m_xpr; }
71 typename XprType::Nested m_xpr;
177 : m_xpr(expr), m_reduce_op(reduce_op), m_return_dim(return_dim), m_reduce_dims(reduce_dims) {}
181 expression() const { return m_xpr; }
193 typename XprType::Nested m_xpr;
DTensorExpr.h63 : m_xpr(xpr), m_functor(func) {}
67 nestedExpression() const { return m_xpr; }
73 typename XprType::Nested m_xpr;
124 : m_xpr(xpr), m_functor(func) {}
132 nestedExpression() const { return m_xpr; }
135 typename XprType::Nested m_xpr;
DTensorForcedEval.h80 : m_xpr(expr) {}
84 expression() const { return m_xpr; }
87 typename XprType::Nested m_xpr;
DTensorEvalTo.h77 : m_xpr(expr), m_buffer(buffer) {}
81 expression() const { return m_xpr; }
86 typename XprType::Nested m_xpr;
DTensorGenerator.h64 : m_xpr(expr), m_generator(generator) {}
71 expression() const { return m_xpr; }
74 typename XprType::Nested m_xpr;
DTensorLayoutSwap.h79 : m_xpr(expr) {}
83 expression() const { return m_xpr; }
105 typename XprType::Nested m_xpr;
DTensorInflation.h62 : m_xpr(expr), m_strides(strides) {}
69 expression() const { return m_xpr; }
72 typename XprType::Nested m_xpr;
DTensorReverse.h66 : m_xpr(expr), m_reverse_dims(reverse_dims) { }
73 expression() const { return m_xpr; }
95 typename XprType::Nested m_xpr;
DTensorShuffling.h64 : m_xpr(expr), m_shuffle(shuffle) {}
71 expression() const { return m_xpr; }
93 typename XprType::Nested m_xpr;
DTensorMorphing.h63 : m_xpr(expr), m_dims(dims) {}
70 expression() const { return m_xpr; }
92 typename XprType::Nested m_xpr;
246 : m_xpr(expr), m_indices(indices), m_sizes(sizes) {}
255 expression() const { return m_xpr; }
278 typename XprType::Nested m_xpr;
649 : m_xpr(expr), m_startIndices(startIndices), m_stopIndices(stopIndices),
661 expression() const { return m_xpr; }
685 typename XprType::Nested m_xpr;
DTensorPatch.h64 : m_xpr(expr), m_patch_dims(patch_dims) {}
71 expression() const { return m_xpr; }
74 typename XprType::Nested m_xpr;
DTensorConversion.h156 : m_xpr(xpr) {}
160 expression() const { return m_xpr; }
163 typename XprType::Nested m_xpr;
DTensorImagePatch.h73 : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
87 : m_xpr(expr), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
128 expression() const { return m_xpr; }
131 typename XprType::Nested m_xpr;
DTensorBroadcasting.h79 : m_xpr(expr), m_broadcast(broadcast) {}
86 expression() const { return m_xpr; }
89 typename XprType::Nested m_xpr;
DTensorStriding.h64 : m_xpr(expr), m_dims(dims) {}
71 expression() const { return m_xpr; }
93 typename XprType::Nested m_xpr;
DTensorPadding.h64 : m_xpr(expr), m_padding_dims(padding_dims), m_padding_value(padding_value) {}
73 expression() const { return m_xpr; }
76 typename XprType::Nested m_xpr;
DTensorChipping.h89 : m_xpr(expr), m_offset(offset), m_dim(dim) {
99 expression() const { return m_xpr; }
121 typename XprType::Nested m_xpr;
DTensorVolumePatch.h68 … : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
83 … : m_xpr(expr), m_patch_planes(patch_planes), m_patch_rows(patch_rows), m_patch_cols(patch_cols),
136 expression() const { return m_xpr; }
139 typename XprType::Nested m_xpr;
DTensorFFT.h101 : m_xpr(expr), m_fft(fft) {}
108 return m_xpr;
112 typename XprType::Nested m_xpr;