Searched refs:m_xpr (Results 1 – 25 of 25) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | CommaInitializer.h | 34 : 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 …]
|
D | Block.h | 189 : 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 …]
|
D | CwiseUnaryOp.h | 66 : 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;
|
D | Inverse.h | 55 : 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;
|
D | Visitor.h | 64 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;
|
D | Redux.h | 338 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/ |
D | TensorArgMax.h | 64 : 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;
|
D | TensorExpr.h | 63 : 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;
|
D | TensorForcedEval.h | 80 : m_xpr(expr) {} 84 expression() const { return m_xpr; } 87 typename XprType::Nested m_xpr;
|
D | TensorEvalTo.h | 77 : m_xpr(expr), m_buffer(buffer) {} 81 expression() const { return m_xpr; } 86 typename XprType::Nested m_xpr;
|
D | TensorGenerator.h | 64 : m_xpr(expr), m_generator(generator) {} 71 expression() const { return m_xpr; } 74 typename XprType::Nested m_xpr;
|
D | TensorLayoutSwap.h | 79 : m_xpr(expr) {} 83 expression() const { return m_xpr; } 105 typename XprType::Nested m_xpr;
|
D | TensorInflation.h | 62 : m_xpr(expr), m_strides(strides) {} 69 expression() const { return m_xpr; } 72 typename XprType::Nested m_xpr;
|
D | TensorReverse.h | 66 : m_xpr(expr), m_reverse_dims(reverse_dims) { } 73 expression() const { return m_xpr; } 95 typename XprType::Nested m_xpr;
|
D | TensorShuffling.h | 64 : m_xpr(expr), m_shuffle(shuffle) {} 71 expression() const { return m_xpr; } 93 typename XprType::Nested m_xpr;
|
D | TensorMorphing.h | 63 : 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;
|
D | TensorPatch.h | 64 : m_xpr(expr), m_patch_dims(patch_dims) {} 71 expression() const { return m_xpr; } 74 typename XprType::Nested m_xpr;
|
D | TensorConversion.h | 156 : m_xpr(xpr) {} 160 expression() const { return m_xpr; } 163 typename XprType::Nested m_xpr;
|
D | TensorImagePatch.h | 73 : 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;
|
D | TensorBroadcasting.h | 79 : m_xpr(expr), m_broadcast(broadcast) {} 86 expression() const { return m_xpr; } 89 typename XprType::Nested m_xpr;
|
D | TensorStriding.h | 64 : m_xpr(expr), m_dims(dims) {} 71 expression() const { return m_xpr; } 93 typename XprType::Nested m_xpr;
|
D | TensorPadding.h | 64 : 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;
|
D | TensorChipping.h | 89 : m_xpr(expr), m_offset(offset), m_dim(dim) { 99 expression() const { return m_xpr; } 121 typename XprType::Nested m_xpr;
|
D | TensorVolumePatch.h | 68 … : 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;
|
D | TensorFFT.h | 101 : m_xpr(expr), m_fft(fft) {} 108 return m_xpr; 112 typename XprType::Nested m_xpr;
|