Searched refs:row_shift (Results 1 – 3 of 3) sorted by relevance
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 72 …ced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col ) in matrix_matrix_product_sliced() argument 79 somme+=A(row,j)*B(j+row_shift,col); in matrix_matrix_product_sliced()
|