Searched refs:index_max (Results 1 - 3 of 3) sorted by relevance

/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh91 int index_max = 0 ; local
127 index_max = i ;
131 if( j!=index_max ) {
133 dum = LU( index_max, k ) ;
134 LU( index_max, k ) = LU( j, k ) ;
137 ImplicitScaling( index_max ) = ImplicitScaling( j ) ;
139 pivot( j ) = index_max ;

Completed in 57 milliseconds