Searched refs:Pivot_Vector (Results 1 – 4 of 4) sorted by relevance
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 37 typedef blitz::Array<int,1> Pivot_Vector; typedef in blitz_LU_solve_interface 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_LU_solve_interface.hh | 37 typedef blitz::Array<int,1> Pivot_Vector; typedef in blitz_LU_solve_interface 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_LU_solve_interface.hh | 37 typedef blitz::Array<int,1> Pivot_Vector; typedef in blitz_LU_solve_interface 39 inline static void new_Pivot_Vector(Pivot_Vector & pivot,int N) in new_Pivot_Vector() 46 inline static void free_Pivot_Vector(Pivot_Vector & pivot) in free_Pivot_Vector() 87 inline static void LU_factor(gene_matrix & LU, Pivot_Vector & pivot, int N) in LU_factor() 150 …inline static void LU_solve(const gene_matrix & LU, const Pivot_Vector pivot, gene_vector &B, gene… in LU_solve()
|
/external/eigen/bench/btl/actions/ |
D | action_lu_solve.hh | 74 typename Interface::Pivot_Vector pivot; // pivot vector in calculate()
|