HomeSort by relevance Sort by last modified time
    Searched refs:outerStride (Results 26 - 50 of 53) sorted by null

12 3

  /external/eigen/Eigen/src/Core/
Diagonal.h 90 return m_matrix.outerStride() + 1;
94 inline Index outerStride() const
MapBase.h 33 * \code Index outerStride() const; \endcode
79 using Base::outerStride;
95 * \note When addressing this data, make sure to honor the strides returned by innerStride() and outerStride().
97 * \sa innerStride(), outerStride()
236 using Base::outerStride;
Ref.h 74 EIGEN_DEVICE_FUNC inline Index outerStride() const
114 ::new (&m_stride) StrideBase(StrideType::OuterStrideAtCompileTime==0?0:expr.outerStride(),
SelfAdjointView.h 81 inline Index outerStride() const { return m_matrix.outerStride(); }
Transpose.h 126 EIGEN_DEVICE_FUNC inline Index outerStride() const { return derived().nestedExpression().outerStride(); }
GeneralProduct.h 241 LhsMapper(actualLhs.data(), actualLhs.outerStride()),
274 LhsMapper(actualLhs.data(), actualLhs.outerStride()),
336 LhsMapper(actualLhs.data(), actualLhs.outerStride()),
Array.h 248 EIGEN_DEVICE_FUNC inline Index outerStride() const { return this->innerSize(); }
Matrix.h 383 EIGEN_DEVICE_FUNC inline Index outerStride() const { return this->innerSize(); }
TriangularMatrix.h 63 inline Index outerStride() const { return derived().outerStride(); }
358 * \sa DenseCoeffsBase::outerStride() */
360 inline Index outerStride() const { return derived().nestedExpression().outerStride(); }
    [all...]
AssignEvaluator.h 54 OuterStride = int(outer_stride_at_compile_time<Dst>::ret),
83 && int(OuterStride)!=Dynamic && int(OuterStride)%int(InnerPacketSize)==0
539 const Index alignedStep = alignable ? (packetSize - kernel.outerStride() % packetSize) & packetAlignedMask : 0;
623 EIGEN_DEVICE_FUNC Index outerStride() const { return m_dstExpr.outerStride(); }
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 243 ::run(actualLhs.size(), mat.data(), mat.outerStride(), actualLhsPtr, actualRhsPtr, actualAlpha);
291 &actualLhs.coeffRef(SkipDiag&&(UpLo&Lower)==Lower ? 1 : 0,0), actualLhs.outerStride(),
292 &actualRhs.coeffRef(0,SkipDiag&&(UpLo&Upper)==Upper ? 1 : 0), actualRhs.outerStride(),
293 mat.data() + (SkipDiag ? (bool(IsRowMajor) != ((UpLo&Lower)==Lower) ? 1 : mat.outerStride() ) : 0), mat.outerStride(), actualAlpha, blocking);
TriangularMatrixMatrix.h 193 pack_lhs(blockA, LhsMapper(triangularBuffer.data(), triangularBuffer.outerStride()), actualPanelWidth, actualPanelWidth);
348 RhsMapper(triangularBuffer.data(), triangularBuffer.outerStride()),
429 &lhs.coeffRef(0,0), lhs.outerStride(), // lhs info
430 &rhs.coeffRef(0,0), rhs.outerStride(), // rhs info
431 &dst.coeffRef(0,0), dst.outerStride(), // result info
SelfadjointRank2Update.h 86 ::run(_expression().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(actualV),actualAlpha);
GeneralMatrixMatrix.h 226 &m_lhs.coeffRef(row,0), m_lhs.outerStride(),
227 &m_rhs.coeffRef(0,col), m_rhs.outerStride(),
228 (Scalar*)&(m_dest.coeffRef(row,col)), m_dest.outerStride(),
GeneralMatrixMatrixTriangular_BLAS.h 119 Map<const MatrixType, 0, OuterStride<> > mapA(lhs,n,k,OuterStride<>(lhsStride)); \
121 lda = a.outerStride(); \
TriangularMatrixVector.h 43 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,ColMajor>, 0, OuterStride<> > LhsMap;
44 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
114 typedef Map<const Matrix<LhsScalar,Dynamic,Dynamic,RowMajor>, 0, OuterStride<> > LhsMap;
115 const LhsMap lhs(_lhs,rows,cols,OuterStride<>(lhsStride));
266 actualLhs.data(),actualLhs.outerStride(),
325 actualLhs.data(),actualLhs.outerStride(),
SelfadjointMatrixMatrix.h 509 &lhs.coeffRef(0,0), lhs.outerStride(), // lhs info
510 &rhs.coeffRef(0,0), rhs.outerStride(), // rhs info
511 &dst.coeffRef(0,0), dst.outerStride(), // result info
SelfadjointMatrixVector.h 229 &lhs.coeffRef(0,0), lhs.outerStride(), // lhs info
  /external/eigen/test/
block.cpp 208 Index outerStride = m.outerStride();
222 ? i*outerStride + j*innerStride
223 : j*outerStride + i*innerStride]);
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 156 Index res_stride = result.outerStride();
321 Index res_stride = result.outerStride();
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 143 res.d = Derived::IsVectorAtCompileTime ? mat.derived().size() : mat.derived().outerStride();
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 509 ::blocked_lu(lu.rows(), lu.cols(), &lu.coeffRef(0,0), lu.outerStride(), &row_transpositions.coeffRef(0), nb_transpositions);
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 334 eigen_assert(((nrhs == 1) || b.outerStride() == b.rows()));
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 663 return (mat1.data()==mat2.data()) && (mat1.innerStride()==mat2.innerStride()) && (mat1.outerStride()==mat2.outerStride());
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 187 res.storage.lda = internal::convert_index<int>(MatrixType::IsVectorAtCompileTime ? mat.size() : mat.outerStride());
245 res.storage.lda = mat.outerStride();
    [all...]

Completed in 1365 milliseconds

12 3