HomeSort by relevance Sort by last modified time
    Searched defs:index_max (Results 1 - 3 of 3) sorted by null

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 91 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/
gmm_LU_solve_interface.hh 91 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/
mtl4_LU_solve_interface.hh 91 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 3745 milliseconds