Searched refs:theSum (Results 1 - 3 of 3) sorted by relevance
/external/eigen/bench/btl/libs/blitz/ |
H A D | blitz_LU_solve_interface.hh | 93 real theSum = 0. ; local 111 theSum = LU( i, j ) ; 112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; 113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; 114 LU( i, j ) = theSum ; 120 theSum = LU( i, j ) ; 121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; 122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; 123 LU( i, j ) = theSum ; 124 if( (ImplicitScaling( i )*abs( theSum ))> 159 real theSum = 0. ; local [all...] |
/external/eigen/bench/btl/libs/gmm/ |
H A D | gmm_LU_solve_interface.hh | 93 real theSum = 0. ; local 111 theSum = LU( i, j ) ; 112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; 113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; 114 LU( i, j ) = theSum ; 120 theSum = LU( i, j ) ; 121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; 122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; 123 LU( i, j ) = theSum ; 124 if( (ImplicitScaling( i )*abs( theSum ))> 159 real theSum = 0. ; local [all...] |
/external/eigen/bench/btl/libs/mtl4/ |
H A D | mtl4_LU_solve_interface.hh | 93 real theSum = 0. ; local 111 theSum = LU( i, j ) ; 112 theSum -= matrix_matrix_product_sliced(LU, i, 0, i-1, LU, 0, j) ; 113 // theSum -= sum( LU( i, Range( fromStart, i-1 ) )*LU( Range( fromStart, i-1 ), j ) ) ; 114 LU( i, j ) = theSum ; 120 theSum = LU( i, j ) ; 121 theSum -= matrix_matrix_product_sliced(LU, i, 0, j-1, LU, 0, j) ; 122 // theSum -= sum( LU( i, Range( fromStart, j-1 ) )*LU( Range( fromStart, j-1 ), j ) ) ; 123 LU( i, j ) = theSum ; 124 if( (ImplicitScaling( i )*abs( theSum ))> 159 real theSum = 0. ; local [all...] |
Completed in 394 milliseconds