Searched refs:createRandomPIMatrixOfRank (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | svd_fill.h | 57 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U); 58 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
|
D | qr_colpivoting.cpp | 29 createRandomPIMatrixOfRank(rank, rows, cols, matrix); in cod() 74 createRandomPIMatrixOfRank(rank, Rows, Cols, matrix); in cod_fixedsize() 106 createRandomPIMatrixOfRank(rank,rows,cols,m1); in qr() 167 createRandomPIMatrixOfRank(rank,Rows,Cols,m1); in qr_fixedsize()
|
D | inverse.cpp | 29 createRandomPIMatrixOfRank(rows,rows,rows,m1); in inverse()
|
D | qr_fullpivoting.cpp | 28 createRandomPIMatrixOfRank(rank,rows,cols,m1); in qr()
|
D | main.h | 555 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m); 557 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m) in createRandomPIMatrixOfRank() function
|
D | lu.cpp | 63 createRandomPIMatrixOfRank(rank, rows, cols, m1); in lu_non_invertible()
|