Home
last modified time | relevance | path

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

/external/eigen/test/
Dsvd_fill.h57 createRandomPIMatrixOfRank(diagSize,U.rows(), U.cols(), U);
58 createRandomPIMatrixOfRank(diagSize,VT.rows(), VT.cols(), VT);
Dqr_colpivoting.cpp29 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()
Dinverse.cpp29 createRandomPIMatrixOfRank(rows,rows,rows,m1); in inverse()
Dqr_fullpivoting.cpp28 createRandomPIMatrixOfRank(rank,rows,cols,m1); in qr()
Dmain.h555 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
Dlu.cpp63 createRandomPIMatrixOfRank(rank, rows, cols, m1); in lu_non_invertible()