1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%% Copyright (C) 2019-2022 Raul Infante-Sainz <infantesainz@gmail.com>
%%
%% Copying and distribution of this file, with or without modification,
%% are permitted in any medium without royalty provided the copyright
%% notice and this notice are preserved. This file is offered as-is,
%% without any warranty.
@ARTICLE{numpy2011,
author = {{van der Walt}, S. and {Colbert}, S.~C. and {Varoquaux}, G.},
title = "{The NumPy Array: A Structure for Efficient Numerical Computation}",
journal = {CiSE},
archivePrefix = "arXiv",
eprint = {1102.1523},
primaryClass = "cs.MS",
year = 2011,
month = mar,
volume = 13,
number = 2,
pages = {22},
doi = {10.1109/MCSE.2011.37},
adsurl = {http://ui.adsabs.harvard.edu/abs/2011CSE....13b..22V},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
|