Home
last modified time | relevance | path

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

/external/eigen/test/
Dsvd_fill.h56 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
57 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
Dqr_colpivoting.cpp30 createRandomPIMatrixOfRank(rank, rows, cols, matrix); in cod()
76 createRandomPIMatrixOfRank(rank, Rows, Cols, matrix); in cod_fixedsize()
112 createRandomPIMatrixOfRank(rank,rows,cols,m1); in qr()
170 createRandomPIMatrixOfRank(rank,Rows,Cols,m1); in qr_fixedsize()
Dinverse.cpp78 createRandomPIMatrixOfRank(rows,rows,rows,m1); in inverse()
Dqr_fullpivoting.cpp30 createRandomPIMatrixOfRank(rank,rows,cols,m1); in qr()
Dlu.cpp69 createRandomPIMatrixOfRank(rank, rows, cols, m1); in lu_non_invertible()
Dmain.h651 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m);
653 void createRandomPIMatrixOfRank(Index desired_rank, Index rows, Index cols, MatrixType& m) in createRandomPIMatrixOfRank() function