Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 16, 2020 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/00318506ce318db6dd24dc60b1d6e52b to your computer and use it in GitHub Desktop.
Save r-ryantm/00318506ce318db6dd24dc60b1d6e52b to your computer and use it in GitHub Desktop.
/nix/store/a96y1z3ijv559qyamipawqyrwnjrk06d-gmm-5.4
└── include
└── gmm
├── gmm_algobase.h
├── gmm_arch_config.h
├── gmm_blas.h
├── gmm_blas_interface.h
├── gmm_condition_number.h
├── gmm_conjugated.h
├── gmm_def.h
├── gmm_dense_Householder.h
├── gmm_dense_lu.h
├── gmm_dense_matrix_functions.h
├── gmm_dense_qr.h
├── gmm_dense_sylvester.h
├── gmm_domain_decomp.h
├── gmm_except.h
├── gmm_feedback_management.h
├── gmm.h
├── gmm_inoutput.h
├── gmm_interface_bgeot.h
├── gmm_interface.h
├── gmm_iter.h
├── gmm_iter_solvers.h
├── gmm_kernel.h
├── gmm_lapack_interface.h
├── gmm_least_squares_cg.h
├── gmm_matrix.h
├── gmm_modified_gram_schmidt.h
├── gmm_MUMPS_interface.h
├── gmm_opt.h
├── gmm_precond_diagonal.h
├── gmm_precond.h
├── gmm_precond_ildlt.h
├── gmm_precond_ildltt.h
├── gmm_precond_ilu.h
├── gmm_precond_ilut.h
├── gmm_precond_ilutp.h
├── gmm_precond_mr_approx_inverse.h
├── gmm_range_basis.h
├── gmm_real_part.h
├── gmm_ref.h
├── gmm_scaled.h
├── gmm_solver_bfgs.h
├── gmm_solver_bicgstab.h
├── gmm_solver_cg.h
├── gmm_solver_constrained_cg.h
├── gmm_solver_gmres.h
├── gmm_solver_idgmres.h
├── gmm_solver_qmr.h
├── gmm_solver_Schwarz_additive.h
├── gmm_std.h
├── gmm_sub_index.h
├── gmm_sub_matrix.h
├── gmm_sub_vector.h
├── gmm_superlu_interface.h
├── gmm_transposed.h
├── gmm_tri_solve.h
├── gmm_vector.h
└── gmm_vector_to_matrix.h
2 directories, 57 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment