Lines Matching refs:lu

28 template lu<static_matrix<double, double>>::lu(static_matrix<double, double> const&, vector<unsigne…
29 template void lu<static_matrix<double, double>>::push_matrix_to_tail(tail_matrix<double, double>*);
30 template void lu<static_matrix<double, double>>::replace_column(double, indexed_vector<double>&, un…
31 template void lu<static_matrix<double, double>>::solve_Bd(unsigned int, indexed_vector<double>&, in…
32 template lu<static_matrix<double, double>>::~lu();
33 template void lu<static_matrix<mpq, mpq>>::push_matrix_to_tail(tail_matrix<mpq, mpq>*);
34 template void lu<static_matrix<mpq, mpq>>::solve_Bd(unsigned int, indexed_vector<mpq>&, indexed_vec…
35 template lu<static_matrix<mpq, mpq>>::~lu();
36 template void lu<static_matrix<mpq, impq>>::push_matrix_to_tail(tail_matrix<mpq, impq >*);
37 template void lu<static_matrix<mpq, impq>>::solve_Bd(unsigned int, indexed_vector<mpq>&, indexed_ve…
38 template lu<static_matrix<mpq, impq>>::~lu();
41 …(lu<static_matrix<double, double>>*&, static_matrix<double, double>&, vector<unsigned int>&, lp_se…
43 (lu<static_matrix<mpq,mpq>>*&, static_matrix<mpq, mpq>&, vector<unsigned int>&, lp_settings&);
44 template void init_factorization<static_matrix<mpq, impq>>(lu<static_matrix<mpq, impq> >*&, static_…
50 template bool lu<static_matrix<double, double>>::is_correct(const vector<unsigned>& basis);
51 template bool lu<static_matrix<mpq, impq>>::is_correct( vector<unsigned int> const &);
52 template dense_matrix<double, double> get_B<static_matrix<double, double>>(lu<static_matrix<double,…
53 template dense_matrix<mpq, mpq> get_B<static_matrix<mpq, mpq>>(lu<static_matrix<mpq, mpq>>&, vector…
57 template bool lu<static_matrix<double, double>>::pivot_the_row(int); // NOLINT
58 template void lu<static_matrix<double, double>>::init_vector_w(unsigned int, indexed_vector<double>…
59 template void lu<static_matrix<double, double>>::solve_By(vector<double>&);
60 template void lu<static_matrix<double, double>>::solve_By_when_y_is_ready_for_X(vector<double>&);
61 template void lu<static_matrix<double, double>>::solve_yB_with_error_check(vector<double>&, const v…
62 template void lu<static_matrix<double, double>>::solve_yB_with_error_check_indexed(indexed_vector<d…
63 template void lu<static_matrix<mpq, mpq>>::replace_column(mpq, indexed_vector<mpq>&, unsigned);
64 template void lu<static_matrix<mpq, mpq>>::solve_By(vector<mpq >&);
65 template void lu<static_matrix<mpq, mpq>>::solve_By_when_y_is_ready_for_X(vector<mpq >&);
66 template void lu<static_matrix<mpq, mpq>>::solve_yB_with_error_check(vector<mpq >&, const vector<un…
67 template void lu<static_matrix<mpq, mpq>>::solve_yB_with_error_check_indexed(indexed_vector<mpq>&, …
68 template void lu<static_matrix<mpq, impq> >::solve_yB_with_error_check_indexed(indexed_vector<mpq>&…
69 template void lu<static_matrix<mpq, impq> >::init_vector_w(unsigned int, indexed_vector<mpq>&);
70 template void lu<static_matrix<mpq, impq> >::replace_column(mpq, indexed_vector<mpq>&, unsigned);
71 template void lu<static_matrix<mpq, impq> >::solve_Bd_faster(unsigned int, indexed_vector<mpq>&);
72 template void lu<static_matrix<mpq, impq> >::solve_By(vector<impq >&);
73 template void lu<static_matrix<mpq, impq> >::solve_By_when_y_is_ready_for_X(vector<impq >&);
74 template void lu<static_matrix<mpq, impq> >::solve_yB_with_error_check(vector<mpq >&, const vector<…
75 template void lu<static_matrix<mpq, mpq>>::solve_By(indexed_vector<mpq>&);
76 template void lu<static_matrix<double, double>>::solve_By(indexed_vector<double>&);
77 template void lu<static_matrix<double, double>>::solve_yB_indexed(indexed_vector<double>&);
78 template void lu<static_matrix<mpq, impq> >::solve_yB_indexed(indexed_vector<mpq>&);
79 template void lu<static_matrix<mpq, mpq>>::solve_By_for_T_indexed_only(indexed_vector<mpq>&, lp_set…
80 template void lu<static_matrix<double, double>>::solve_By_for_T_indexed_only(indexed_vector<double>…