/external/eigen/bench/btl/actions/ |
D | action_matrix_matrix_product_bis.hh | 61 typename Interface::gene_matrix B_ref; in calculate() local 70 Interface::matrix_from_stl(B_ref,B_stl); in calculate() 89 Interface::copy_matrix(B_ref,B,size); in calculate() 106 Interface::copy_matrix(B_ref,B,size); in calculate() 140 Interface::free_matrix(B_ref,size); in calculate()
|
D | action_rot.hh | 44 Interface::vector_from_stl(B_ref,B_stl); in Action_rot() 61 Interface::free_vector(B_ref); in ~Action_rot() 76 Interface::copy_vector(B_ref,B,_size); in initialize() 107 typename Interface::gene_vector B_ref; member in Action_rot
|
D | action_trmm.hh | 59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trmm() 95 Interface::free_matrix(B_ref,_size); in ~Action_trmm() 114 Interface::copy_matrix(B_ref,B,_size); in initialize() 149 typename Interface::gene_matrix B_ref; member in Action_trmm
|
D | action_trisolve_matrix.hh | 59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trisolve_matrix() 95 Interface::free_matrix(B_ref,_size); in ~Action_trisolve_matrix() 114 Interface::copy_matrix(B_ref,B,_size); in initialize() 149 typename Interface::gene_matrix B_ref; member in Action_trisolve_matrix
|
D | action_symv.hh | 51 Interface::vector_from_stl(B_ref,B_stl); in Action_symv() 72 Interface::free_vector(B_ref); in ~Action_symv() 90 Interface::copy_vector(B_ref,B,_size); in initialize() 126 typename Interface::gene_vector B_ref; member in Action_symv
|
D | action_matrix_matrix_product.hh | 52 Interface::matrix_from_stl(B_ref,B_stl); in Action_matrix_matrix_product() 82 Interface::free_matrix(B_ref,_size); in ~Action_matrix_matrix_product() 101 Interface::copy_matrix(B_ref,B,_size); in initialize() 134 typename Interface::gene_matrix B_ref; member in Action_matrix_matrix_product
|
D | action_syr2.hh | 50 Interface::vector_from_stl(B_ref,B_stl); in Action_syr2() 69 Interface::free_vector(B_ref); in ~Action_syr2() 86 Interface::copy_vector(B_ref,B,_size); in initialize() 120 typename Interface::gene_vector B_ref; member in Action_syr2
|
D | action_atv_product.hh | 50 Interface::vector_from_stl(B_ref,B_stl); in Action_atv_product() 74 Interface::free_vector(B_ref); in ~Action_atv_product() 84 Interface::copy_vector(B_ref,B,_size); in initialize() 118 typename Interface::gene_vector B_ref; member in Action_atv_product
|
D | action_matrix_vector_product.hh | 53 Interface::vector_from_stl(B_ref,B_stl); in Action_matrix_vector_product() 81 Interface::free_vector(B_ref); in ~Action_matrix_vector_product() 100 Interface::copy_vector(B_ref,B,_size); in initialize() 137 typename Interface::gene_vector B_ref; member in Action_matrix_vector_product
|
D | action_ger.hh | 46 Interface::vector_from_stl(B_ref,B_stl); in Action_ger() 66 Interface::free_vector(B_ref); in ~Action_ger() 83 Interface::copy_vector(B_ref,B,_size); in initialize() 117 typename Interface::gene_vector B_ref; member in Action_ger
|