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

/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) argument
79 somme+=A(row,j)*B(j+row_shift,col);
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) argument
79 somme+=A(row,j)*B(j+row_shift,col);
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) argument
79 somme+=A(row,j)*B(j+row_shift,col);

Completed in 82 milliseconds