Home
last modified time | relevance | path

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

/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh72 …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/
Dgmm_LU_solve_interface.hh72 …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/
Dblitz_LU_solve_interface.hh72 …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()