Home
last modified time | relevance | path

Searched defs:nrow (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h253 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveInPlace() local
316 …Index nrow = nsupr - nsupc; // Number of rows in the non-diagonal part of the … in solveTransposedInPlace() local
345 work.topRows(nrow)(i,j)= X(irow,j); // Gather operation in solveTransposedInPlace() local
DSparseLU_kernel_bmod.h40const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run()
DSparseLU_column_bmod.h57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
DSparseLU_panel_bmod.h62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local
/external/rappor/analysis/R/
Dassociation_test.R248 d = matrix(c(1,1,2,2,3,3), nrow=3, ncol=2) nameattr
251 e = matrix(c(3,3,2,2,1,1), nrow=3, ncol=2) nameattr
Ddecode_test.R316 map_bool <- matrix(c(0, 1), nrow = 128 * 1, ncol = num_values, byrow = TRUE) nameattr
/external/python/pybind11/tests/
Dtest_eigen.cpp186 …Eigen::Block<Eigen::MatrixXd> block(int r, int c, int nrow, int ncol) { return mat.block(r, c, nro… in TEST_SUBMODULE()
187 …Eigen::Block<const Eigen::MatrixXd> blockConst(int r, int c, int nrow, int ncol) const { return ma… in TEST_SUBMODULE()
/external/pdfium/third_party/libtiff/
Dtif_getimage.c721 uint32_t nrow; in gtTileContig() local
883 uint32_t nrow; in gtTileSeparate() local
1075 uint32_t row, y, nrow, nrowsub, rowstoread; in gtStripContig() local
1194 uint32_t row, y, nrow, rowstoread; in gtStripSeparate() local