/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU_kernel_bmod.h | 25 * \param nrow Number of rows in the rectangular part of the supernode 35 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 41 const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) 67 Index ldl = internal::first_multiple(nrow, PacketSize); 68 Map<Matrix<Scalar,Dynamic,SegSizeAtCompileTime>, 0, OuterStride<> > B( &(lusup.data()[luptr]), nrow, segsize, OuterStride<>(lda) ); 71 Map<Matrix<Scalar,Dynamic,1>, 0, OuterStride<> > l(tempv.data()+segsize+aligned_offset+aligned_with_B_offset, nrow, OuterStride<>(ldl) ); 85 for (i = 0; i < nrow; i++) 96 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros); 102 const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) 110 for (; i+1 < nrow; 40 run(const int segsize, BlockScalarVector& dense, ScalarVector& tempv, ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument 101 run(const int , BlockScalarVector& dense, ScalarVector& , ScalarVector& lusup, Index& luptr, const Index lda, const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) argument [all...] |
H A D | SparseLU_panel_bmod.h | 62 Index fsupc, nsupc, nsupr, nrow; local 82 nrow = nsupr - nsupc; 144 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > B(glu.lusup.data()+luptr, nrow, u_rows, OuterStride<>(lda) ); 145 eigen_assert(tempv.size()>w*ldu + nrow*w + 1); 147 Index ldl = internal::first_multiple<Index>(nrow, PacketSize); 149 Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > L(tempv.data()+w*ldu+offset, nrow, u_cols, OuterStride<>(ldl)); 179 for (Index i = 0; i < nrow; i++) 209 if(segsize==1) LU_kernel_bmod<1>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 210 else if(segsize==2) LU_kernel_bmod<2>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 211 else if(segsize==3) LU_kernel_bmod<3>::run(segsize, dense_col, tempv, glu.lusup, luptr, lda, nrow, gl [all...] |
H A D | SparseLU_column_bmod.h | 56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; local 97 nrow = nsupr - d_fsupc - nsupc; 105 LU_kernel_bmod<1>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 107 LU_kernel_bmod<Dynamic>::run(segsize, dense, tempv, glu.lusup, luptr, lda, nrow, glu.lsub, lptr, no_zeros); 160 nrow = nsupr - d_fsupc - nsupc; 169 new (&A) Map<Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(glu.lusup.data()[luptr+nsupc]), nrow, nsupc, OuterStride<>(lda) ); 170 VectorBlock<ScalarVector> l(glu.lusup, ufirst+nsupc, nrow);
|
H A D | SparseLU_SupernodalMatrix.h | 247 Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the supernode local 275 new (&A) Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(Lval[luptr+nsupc]), nrow, nsupc, OuterStride<>(lda) ); 276 work.block(0, 0, nrow, nrhs) = A * U; 282 for (Index i = 0; i < nrow; i++)
|
/external/ceres-solver/internal/ceres/ |
H A D | suitesparse.cc | 58 triplet.nrow = A->num_rows(); 79 triplet.nrow = A->num_cols(); 98 m.nrow = A->num_cols(); 167 CHECK_EQ(ordering.size(), A->nrow); 226 block_matrix.nrow = num_row_blocks;
|
H A D | suitesparse.h | 121 cholmod_sparse*m = cholmod_aat(A, NULL, A->nrow, 1, &cc_);
|
H A D | covariance_impl.cc | 448 cholmod_jacobian.nrow = num_rows;
|
/external/pdfium/third_party/libtiff/ |
H A D | tif_getimage.c | 613 uint32 nrow; local 645 for (row = 0; row < h; row += nrow) 648 nrow = (row + rowstoread > h ? h - row : rowstoread); 673 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromskew, this_toskew, buf + pos); 684 y += (flip & FLIP_VERTICALLY ? -(int32) nrow : (int32) nrow); 730 uint32 nrow; local 787 for (row = 0; row < h; row += nrow) 790 nrow = (row + rowstoread > h ? h - row : rowstoread); 840 (*put)(img, raster+y*w+tocol, tocol, y, this_tw, nrow, fromske 886 uint32 row, y, nrow, nrowsub, rowstoread; local 978 uint32 row, y, nrow, rowstoread; local [all...] |
/external/eigen/Eigen/src/SuperLUSupport/ |
H A D | SuperLUSupport.h | 159 res.nrow = mat.rows(); 174 res.nrow = mat.cols(); 180 res.nrow = mat.rows(); 216 res.nrow = mat.rows(); 233 res.nrow = mat.cols(); 239 res.nrow = mat.rows(); 277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow; 280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize], 406 m_sluB.nrow = 0;
|
/external/eigen/Eigen/src/CholmodSupport/ |
H A D | CholmodSupport.h | 56 res.nrow = mat.rows();; 127 res.nrow = mat.rows(); 129 res.nzmax = res.nrow * res.ncol; 145 (cm.nrow, cm.ncol, static_cast<Index*>(cm.p)[cm.ncol],
|
/external/eigen/Eigen/src/SPQRSupport/ |
H A D | SuiteSparseQRSupport.h | 133 inline Index rows() const {return m_cR->nrow; } 280 res = Matrix<Scalar,ResType::RowsAtCompileTime,ResType::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x), x_cd->nrow, x_cd->ncol);
|