Searched defs:Bj (Results 1 - 1 of 1) sorted by relevance

/external/eigen/bench/
H A Dsparse_setter.cpp306 int Bj[],
324 //write Aj,Ax into Bj,Bx
329 Bj[dest] = Aij[n].y();
341 //now Bp,Bj,Bx form a CSR representation (with possible duplicates)
300 coo_tocsr(const int n_row, const int n_col, const int nnz, const Coordinates Aij, const Values Ax, int Bp[], int Bj[], T Bx[]) argument

Completed in 82 milliseconds