The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

56 lines
1.8 KiB

4 weeks ago
  1. nobase_include_HEADERS=\
  2. gmm/gmm_algobase.h\
  3. gmm/gmm_blas.h\
  4. gmm/gmm_blas_interface.h\
  5. gmm/gmm_condition_number.h\
  6. gmm/gmm_conjugated.h\
  7. gmm/gmm_def.h\
  8. gmm/gmm_dense_Householder.h\
  9. gmm/gmm_dense_lu.h\
  10. gmm/gmm_dense_matrix_functions.h\
  11. gmm/gmm_dense_qr.h\
  12. gmm/gmm_dense_sylvester.h\
  13. gmm/gmm_domain_decomp.h\
  14. gmm/gmm_except.h\
  15. gmm/gmm.h\
  16. gmm/gmm_inoutput.h\
  17. gmm/gmm_interface_bgeot.h\
  18. gmm/gmm_interface.h\
  19. gmm/gmm_iter.h\
  20. gmm/gmm_iter_solvers.h\
  21. gmm/gmm_kernel.h\
  22. gmm/gmm_lapack_interface.h\
  23. gmm/gmm_least_squares_cg.h\
  24. gmm/gmm_matrix.h\
  25. gmm/gmm_modified_gram_schmidt.h\
  26. gmm/gmm_MUMPS_interface.h\
  27. gmm/gmm_opt.h\
  28. gmm/gmm_precond_diagonal.h\
  29. gmm/gmm_precond.h\
  30. gmm/gmm_precond_ildlt.h\
  31. gmm/gmm_precond_ildltt.h\
  32. gmm/gmm_precond_ilu.h\
  33. gmm/gmm_precond_ilut.h\
  34. gmm/gmm_precond_ilutp.h\
  35. gmm/gmm_precond_mr_approx_inverse.h\
  36. gmm/gmm_range_basis.h\
  37. gmm/gmm_real_part.h\
  38. gmm/gmm_ref.h\
  39. gmm/gmm_scaled.h\
  40. gmm/gmm_solver_bfgs.h\
  41. gmm/gmm_solver_bicgstab.h\
  42. gmm/gmm_solver_cg.h\
  43. gmm/gmm_solver_constrained_cg.h\
  44. gmm/gmm_solver_gmres.h\
  45. gmm/gmm_solver_idgmres.h\
  46. gmm/gmm_solver_qmr.h\
  47. gmm/gmm_solver_Schwarz_additive.h\
  48. gmm/gmm_std.h\
  49. gmm/gmm_sub_index.h\
  50. gmm/gmm_sub_matrix.h\
  51. gmm/gmm_sub_vector.h\
  52. gmm/gmm_superlu_interface.h\
  53. gmm/gmm_transposed.h\
  54. gmm/gmm_tri_solve.h\
  55. gmm/gmm_vector.h\
  56. gmm/gmm_vector_to_matrix.h