Home
last modified time | relevance | path

Searched refs:isTranspose (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SVD/
DBDCSVD.h170 if (isTranspose){ in matrixU()
186 if (isTranspose){ in matrixV()
211 bool isTranspose, compU, compV; variable
220 isTranspose = (cols > rows); in allocate()
223 if (isTranspose){ in allocate()
239 if (isTranspose){ in allocate()
279 if (isTranspose) copy = matrix.adjoint(); in compute()