Searched refs:trows (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU.h | 331 Index trows = rows - k - bs; // trailing rows member 342 BlockType A21(lu,k+bs,k,trows,bs); 343 BlockType A22(lu,k+bs,k+bs,trows,tsize); 348 Index ret = blocked_lu(trows+bs, bs, &lu.coeffRef(k,k), luStride, 361 if(trows)
|