Home
last modified time | relevance | path

Searched refs:Pivot_Vector (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh37 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/
Dgmm_LU_solve_interface.hh37 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/
Dblitz_LU_solve_interface.hh37 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/
Daction_lu_solve.hh74 typename Interface::Pivot_Vector pivot; // pivot vector in calculate()