|
| 1 | +@article{Bezanson2017, |
| 2 | + author = {Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B.}, |
| 3 | + title = {{J}ulia: A Fresh Approach to Numerical Computing}, |
| 4 | + journal = {SIAM Review}, |
| 5 | + volume = {59}, |
| 6 | + number = {1}, |
| 7 | + pages = {65-98}, |
| 8 | + year = {2017}, |
| 9 | + doi = {10.1137/141000671}, |
| 10 | + URL = {https://doi.org/10.1137/141000671}, |
| 11 | + eprint = {https://doi.org/10.1137/141000671} |
| 12 | +} |
| 13 | + |
| 14 | +@misc{ma2021modelingtoolkit, |
| 15 | + title={ModelingToolkit: A Composable Graph Transformation System For Equation-Based Modeling}, |
| 16 | + author={Yingbo Ma and Shashi Gowda and Ranjan Anantharaman and Chris Laughman and Viral Shah and Chris Rackauckas}, |
| 17 | + year={2021}, |
| 18 | + eprint={2103.05244}, |
| 19 | + archivePrefix={arXiv}, |
| 20 | + doi={10.48550/arXiv.2103.05244}, |
| 21 | + url={https://doi.org/10.48550/arXiv.2103.05244}, |
| 22 | + primaryClass={cs.MS} |
| 23 | +} |
| 24 | + |
| 25 | +@article{rackauckas2017differentialequations, |
| 26 | + title={DifferentialEquations.jl--a performant and feature-rich ecosystem for solving differential equations in Julia}, |
| 27 | + author={Rackauckas, Christopher and Nie, Qing}, |
| 28 | + journal={Journal of Open Research Software}, |
| 29 | + volume={5}, |
| 30 | + number={1}, |
| 31 | + pages={15}, |
| 32 | + year={2017}, |
| 33 | + publisher={Ubiquity Press}, |
| 34 | + doi={10.5334/jors.151}, |
| 35 | + url={https://doi.org/10.5334/jors.151} |
| 36 | +} |
| 37 | + |
| 38 | +@article{Davis2010KLU, |
| 39 | + title={Algorithm 907: KLU, a direct sparse solver for circuit simulation problems}, |
| 40 | + author={Davis, Timothy A. and Palamadai Natarajan, Ekanathan}, |
| 41 | + journal={ACM Transactions on Mathematical Software (TOMS)}, |
| 42 | + volume={37}, |
| 43 | + number={3}, |
| 44 | + pages={1--17}, |
| 45 | + year={2010}, |
| 46 | + publisher={ACM New York, NY, USA}, |
| 47 | + doi={10.1145/1824801.1824814}, |
| 48 | + url={https://doi.org/10.1145/1824801.1824814} |
| 49 | +} |
| 50 | + |
| 51 | +@article{Davis2004UMFPACK, |
| 52 | + title={Algorithm 832: UMFPACK V4.3---an unsymmetric-pattern multifrontal method}, |
| 53 | + author={Davis, Timothy A.}, |
| 54 | + journal={ACM Transactions on Mathematical Software (TOMS)}, |
| 55 | + volume={30}, |
| 56 | + number={2}, |
| 57 | + pages={196--199}, |
| 58 | + year={2004}, |
| 59 | + publisher={ACM New York, NY, USA}, |
| 60 | + doi={10.1145/992200.992206}, |
| 61 | + url={https://doi.org/10.1145/992200.992206} |
| 62 | +} |
| 63 | + |
| 64 | +@article{Schenk2004Pardiso, |
| 65 | + title={Solving unsymmetric sparse systems of linear equations with PARDISO}, |
| 66 | + author={Schenk, Olaf and G{\"a}rtner, Klaus}, |
| 67 | + journal={Future Generation Computer Systems}, |
| 68 | + volume={20}, |
| 69 | + number={3}, |
| 70 | + pages={475--487}, |
| 71 | + year={2004}, |
| 72 | + publisher={Elsevier}, |
| 73 | + doi={10.1016/j.future.2003.07.011}, |
| 74 | + url={https://doi.org/10.1016/j.future.2003.07.011} |
| 75 | +} |
| 76 | + |
| 77 | +@misc{Sparspak, |
| 78 | + author = {Sherman, Andrew H. and George, Alan and Liu, Joseph W. H.}, |
| 79 | + title = {Sparspak: Waterloo Sparse Matrix Package}, |
| 80 | + howpublished = {Julia implementation: \url{https://github.com/PetrKryslUCSD/Sparspak.jl}}, |
| 81 | + note = {User's Guide for SPARSPAK: Waterloo sparse linear equations package}, |
| 82 | + year = {1978} |
| 83 | +} |
| 84 | + |
| 85 | +@inproceedings{besard2018juliagpu, |
| 86 | + title={Effective extensible programming: unleashing Julia on GPUs}, |
| 87 | + author={Besard, Tim and Foket, Christophe and De Sutter, Bjorn}, |
| 88 | + booktitle={IEEE Transactions on Parallel and Distributed Systems}, |
| 89 | + volume={30}, |
| 90 | + number={4}, |
| 91 | + pages={827--841}, |
| 92 | + year={2019}, |
| 93 | + organization={IEEE}, |
| 94 | + doi={10.1109/TPDS.2018.2872064}, |
| 95 | + url={https://doi.org/10.1109/TPDS.2018.2872064} |
| 96 | +} |
| 97 | + |
| 98 | +@misc{Krylov, |
| 99 | + author = {Montoison, Alexis and Orban, Dominique}, |
| 100 | + title = {Krylov.jl: A Julia basket of hand-picked Krylov methods}, |
| 101 | + year = {2020}, |
| 102 | + publisher = {GitHub}, |
| 103 | + journal = {GitHub repository}, |
| 104 | + howpublished = {\url{https://github.com/JuliaSmoothOptimizers/Krylov.jl}}, |
| 105 | + doi={10.5281/zenodo.822073}, |
| 106 | + url={https://doi.org/10.5281/zenodo.822073} |
| 107 | +} |
| 108 | + |
| 109 | +@misc{IterativeSolvers, |
| 110 | + author = {Jutho Haegeman and others}, |
| 111 | + title = {IterativeSolvers.jl: Iterative algorithms for solving linear systems, eigensystems, and singular value problems}, |
| 112 | + year = {2023}, |
| 113 | + publisher = {GitHub}, |
| 114 | + journal = {GitHub repository}, |
| 115 | + howpublished = {\url{https://github.com/JuliaLinearAlgebra/IterativeSolvers.jl}} |
| 116 | +} |
| 117 | + |
| 118 | +@misc{KrylovKit, |
| 119 | + author = {Haegeman, Jutho}, |
| 120 | + title = {KrylovKit.jl: A Julia package collecting a number of Krylov-based algorithms for linear problems, singular value and eigenvalue problems}, |
| 121 | + year = {2023}, |
| 122 | + publisher = {GitHub}, |
| 123 | + journal = {GitHub repository}, |
| 124 | + howpublished = {\url{https://github.com/Jutho/KrylovKit.jl}} |
| 125 | +} |
| 126 | + |
| 127 | +@misc{RecursiveFactorization, |
| 128 | + author = {Rackauckas, Christopher and others}, |
| 129 | + title = {RecursiveFactorization.jl: A Julia package for recursive dense matrix factorizations}, |
| 130 | + year = {2023}, |
| 131 | + publisher = {GitHub}, |
| 132 | + journal = {GitHub repository}, |
| 133 | + howpublished = {\url{https://github.com/JuliaLinearAlgebra/RecursiveFactorization.jl}} |
| 134 | +} |
0 commit comments