Searched defs:nrow (Results 1 – 10 of 10) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 253 …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
|
D | SparseLU_kernel_bmod.h | 40 … const Index nrow, IndexVector& lsub, const Index lptr, const Index no_zeros) in run()
|
D | SparseLU_column_bmod.h | 57 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local
|
D | SparseLU_panel_bmod.h | 62 Index fsupc, nsupc, nsupr, nrow; in panel_bmod() local
|
/external/coreboot/payloads/libpayload/curses/form/ |
D | fld_def.c | 276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field()
|
D | form.h | 81 int nrow; /* off-screen rows */ member
|
/external/rappor/analysis/R/ |
D | association_test.R | 248 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
|
D | decode_test.R | 316 map_bool <- matrix(c(0, 1), nrow = 128 * 1, ncol = num_values, byrow = TRUE) nameattr
|
/external/sdv/vsomeip/third_party/boost/format/tools/ |
D | format_matrix.cpp | 340 void cell(std::size_t nrow, std::size_t ncol) in cell()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 721 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
|