/external/eigen/Eigen/src/Core/products/ |
H A D | TriangularSolverVector.h | 63 Index startCol = IsLower ? 0 : pi; local 67 LhsMapper(&lhs.coeffRef(startRow,startCol), lhsStride), 68 RhsMapper(rhs + startCol, 1),
|
/external/eigen/Eigen/src/Core/ |
H A D | Block.h | 128 inline Block(XprType& xpr, Index startRow, Index startCol) argument 129 : Impl(xpr, startRow, startCol) 133 && startCol >= 0 && BlockCols >= 0 && startCol + BlockCols <= xpr.cols()); 140 Index startRow, Index startCol, 142 : Impl(xpr, startRow, startCol, blockRows, blockCols) 147 && startCol >= 0 && blockCols >= 0 && startCol <= xpr.cols() - blockCols); 163 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index startCol) : Impl(xpr, startRow, startCol) {} argument 139 Block(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 165 BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 203 BlockImpl_dense(XprType& xpr, Index startRow, Index startCol) argument 211 BlockImpl_dense(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 313 StorageIndex startCol() const function in class:Eigen::internal::BlockImpl_dense 361 BlockImpl_dense(XprType& xpr, Index startRow, Index startCol) argument 371 BlockImpl_dense(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 412 StorageIndex startCol() const function in class:Eigen::internal::BlockImpl_dense [all...] |
/external/eigen/Eigen/src/plugins/ |
H A D | BlockMethods.h | 48 /// \param startCol the first column in the block 64 inline BlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument 66 return BlockXpr(derived(), startRow, startCol, blockRows, blockCols); 71 inline const ConstBlockXpr block(Index startRow, Index startCol, Index blockRows, Index blockCols) const argument 73 return ConstBlockXpr(derived(), startRow, startCol, blockRows, blockCols); 704 /// \param startCol the index of the first column in the block 715 inline ColsBlockXpr middleCols(Index startCol, Index numCols) argument 717 return ColsBlockXpr(derived(), 0, startCol, rows(), numCols); 722 inline ConstColsBlockXpr middleCols(Index startCol, Index numCols) const argument 724 return ConstColsBlockXpr(derived(), 0, startCol, row 745 middleCols(Index startCol, Index n = N) argument 753 middleCols(Index startCol, Index n = N) const argument 780 block(Index startRow, Index startCol) argument 815 block(Index startRow, Index startCol, Index blockRows, Index blockCols) argument 823 block(Index startRow, Index startCol, Index blockRows, Index blockCols) const argument [all...] |
/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseBlock.h | 35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 36 : m_matrix(xpr), m_outerStart(convert_index(IsRowMajor ? startRow : startCol)), m_outerSize(convert_index(IsRowMajor ? blockRows : blockCols)) 67 Index startCol() const { return IsRowMajor ? 0 : m_outerStart; } function in class:Eigen::BlockImpl 115 inline sparse_matrix_block_impl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 116 : m_matrix(xpr), m_outerStart(convert_index(IsRowMajor ? startRow : startCol)), m_outerSize(convert_index(IsRowMajor ? blockRows : blockCols)) 272 Index startCol() const { return IsRowMajor ? 0 : m_outerStart; } function in class:Eigen::internal::sparse_matrix_block_impl 298 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 299 : Base(xpr, startRow, startCol, blockRows, blockCols) 317 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 318 : Base(xpr, startRow, startCol, blockRow 397 BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols) argument 429 Index startCol() const { return m_startCol.value(); } function in class:Eigen::BlockImpl [all...] |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |