Home
last modified time | relevance | path

Searched defs:startRow (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DSparseBlock.h35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
66 Index startRow() const { return IsRowMajor ? m_outerStart : 0; } in startRow() function
115 …inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index block… in sparse_matrix_block_impl()
271 Index startRow() const { return IsRowMajor ? m_outerStart : 0; } in startRow() function
298 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl()
317 …inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blo… in BlockImpl()
397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) in BlockImpl()
428 Index startRow() const { return m_startRow.value(); } in startRow() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/plugins/
DBlockMethods.h64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block()
71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) … in block()
545 inline RowsBlockXpr middleRows(Index startRow, Index n) in middleRows()
552 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const in middleRows()
780 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) in block()
788 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol) c… in block()
815 inline typename FixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
823 inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow, Index startCol, in block()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Splines/
DSplineFitting.h355 DenseIndex startRow; in InterpolateWithDerivatives() local