Skip to content

Commit b7fc00d

Browse files
committed
add citation information
1 parent 0709dc9 commit b7fc00d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,33 @@ For this reason, the solutions are named, e.g., `small_scaled_mls.rb`.
5858

5959
The Matlab code writes the solutions as simple vectors in a text file.
6060
The matrices, right-hand sides and solutions are subsequently converted to Rutherford-Boeing format using the Julia package [`HarwellRutherfordBoeing.jl`](https://github.com/JuliaSparse/HarwellRutherfordBoeing.jl).
61+
62+
## References
63+
64+
Here are the original references for this test set.
65+
The second one is included in this repository, under `original/descr.ps`.
66+
67+
```bibtex
68+
@Inbook{hegland-1990,
69+
author = {Hegland, M.},
70+
editor = {Burkhart, H.},
71+
title = {On the computation of breeding values},
72+
bookTitle = {CONPAR 90---VAPP IV: Joint International Conference on Vector and Parallel Processing Zurich, Switzerland, September 10--13, 1990 Proceedings},
73+
year = {1990},
74+
publisher = {Springer Berlin Heidelberg},
75+
address = {Berlin, Heidelberg},
76+
pages = {232--242},
77+
isbn = {978-3-540-46597-3},
78+
doi = {10.1007/3-540-53065-7_103},
79+
}
80+
81+
@TechReport{hegland-1993,
82+
author = {Hegland, M.},
83+
title = {Description and Use of Animal Breeding Data for Large Least Squares Problems},
84+
institution = {CERFACS},
85+
year = {1993},
86+
type = {Technical Report},
87+
number = {TR/PA/93/50},
88+
address = {Toulouse, France},
89+
}
90+
```

0 commit comments

Comments
 (0)