-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMD5
744 lines (744 loc) · 57 KB
/
MD5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
1ec7bdc6a6d140bace9d5605c1e7a8af *ChangeLog
3421bced8f539032affbc09ad52eec03 *DESCRIPTION
bef7b527614eed15bf7dbcbb1c5a15a4 *NAMESPACE
629d5b0a8294521bb2b4436f8dd7933d *R/RcppArmadillo.package.skeleton.R
1598e95bf0372bdd47a0e04253a89533 *R/RcppExports.R
36125adfa038ee14587f8d55c6ca4425 *R/SciPy2R.R
8016a762faeef9b4454d7d0316f2c9c3 *R/fastLm.R
c425fa93fb2732616eb94c17a8141afa *R/flags.R
dbc181949101220df345c977feac1dc6 *R/init.R
9cb63b43ee8977137fa1f9f6be2c8bba *R/inline.R
d8aeb5271912384943ee73f311cd787e *README.md
b52aabe9a2757fc86742763db9dafc9b *build/partial.rdb
9a69e6c42610dda64e401effb827363d *build/vignette.rds
0708c906a98f2a190be7d450d62be084 *cleanup
b3720fa7e2b8b86c29fbc95fe1207631 *configure
01d639496dc41b8f7018e41d1bfe9fd2 *configure.ac
a176169a58643ff39de12fff6e63b11f *inst/AUTHORS
b56e5229095ffda62a877dae8fc263fa *inst/CITATION
ab2552793bb68fff3fc1447dad76543b *inst/COPYRIGHTS
3ddc40a743fa29cde7ca3d0a8fb21dc2 *inst/NEWS.Rd
662c1aa30653a4d2667c81c1acd84c87 *inst/announce/ANNOUNCE-0.2.0.txt
36775614f3fdb06c07121a96332741e6 *inst/doc/RcppArmadillo-intro.Rnw
8e2ccb10286eec58422d30f8f89a51be *inst/doc/RcppArmadillo-intro.pdf
b7df93033cf8677a5bbd8870522ca9eb *inst/doc/RcppArmadillo-sparseMatrix.Rnw
7119f15f18378d6d9953db5ddfd97539 *inst/doc/RcppArmadillo-sparseMatrix.pdf
8c836d5a9edcff81a85060a33142f0f5 *inst/examples/fastLm.r
93037baec9a906713b4ca11046a1b0fc *inst/examples/kalman/FirstKalmanR.R
4a7b51922e6d94f6dc6075eb5c0bf09f *inst/examples/kalman/Kalman.cpp
700568fe04f7c2001be4ad3ca5b6f244 *inst/examples/kalman/KalmanR.R
df9eaa9c640cda72c24570759edf4cd1 *inst/examples/kalman/KalmanRimp.R
2879448e68c1679f0833da45cd454e5e *inst/examples/kalman/benchmark.R
d329b78c9f94c4d99155333f18b3f311 *inst/examples/kalman/firstExample.R
c3c2e3d3d7867f6ed7574a273723dcf5 *inst/examples/kalman/kalmanExample.m
04f360597c45a3eb82ada7f23be16812 *inst/examples/kalman/kalmanM.m
c17927f9637d4000daf2aa4331c7db9d *inst/examples/kalman/kalmanfilter.m
2771369ff122fc008211c246481d09a5 *inst/examples/kalman/pos.txt
34be46a9afd0879fe2b6d3e07fcf8596 *inst/examples/varSimulation.r
446b5281f5e18f4946d7f915cde24337 *inst/include/README
afadfc7af3d91491371161d958b47b79 *inst/include/RcppArmadillo.h
2c911467deebb580089fdebb05feded4 *inst/include/RcppArmadillo/Alt_R_RNG.h
0a3121118153732ee6867a520e435775 *inst/include/RcppArmadillo/Light
3b06f7b93302102ae4d366141d7485d2 *inst/include/RcppArmadillo/Lighter
735e77b4ee0b3cdbd54b59445984f424 *inst/include/RcppArmadillo/Lightest
720637248d20b892292ef5c53ef3e26b *inst/include/RcppArmadillo/RcppArmadillo
62e2e5b85bac007f5a4d9cc04a92c571 *inst/include/RcppArmadillo/config/RcppArmadilloConfig.h
555f8de602da17d48c7f5fc054338850 *inst/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h.in
1707474365c47bfe191ca743c6a66b61 *inst/include/RcppArmadillo/interface/RcppArmadilloAs.h
08b129ba5dc7285cee282c04292d1ee9 *inst/include/RcppArmadillo/interface/RcppArmadilloForward.h
8e81fd2cce3921b56a099ee512897e13 *inst/include/RcppArmadillo/interface/RcppArmadilloSugar.h
c7bb70fb3d204aeb6f158336dacaf245 *inst/include/RcppArmadillo/interface/RcppArmadilloWrap.h
daa8921d68416c321159f700a0477222 *inst/include/RcppArmadillo/internal/Col_meat.h
29697cb890d6a5fb2b205772dfc27ca2 *inst/include/RcppArmadillo/internal/Col_proto.h
8f93c982390d94e806882aa09368c289 *inst/include/RcppArmadillo/internal/Mat_meat.h
084c9564f00621b4d4ee65e6ad5dc3b5 *inst/include/RcppArmadillo/internal/Mat_proto.h
e577ccb03d814de3925c79c083f080c6 *inst/include/RcppArmadillo/internal/Row_meat.h
bbda5c00444bb23d5e5ab3e7fe7f0f1c *inst/include/RcppArmadillo/internal/Row_proto.h
646fb8066afe7b3a0382f3e19188f94e *inst/include/RcppArmadillo/rng/Alt_R_RNG.h
52e090e9c3e5589c47a30ffb57c93956 *inst/include/RcppArmadilloExtensions/fixprob.h
34d716ed36ef2493765eb52e66985850 *inst/include/RcppArmadilloExtensions/rmultinom.h
c1cbcb28269483b87b7330c576cc0f59 *inst/include/RcppArmadilloExtensions/sample.h
8a60534e7ff8fd8357976a59cda22b5b *inst/include/armadillo
d1af99536036b19fda02bbfe1f4ed74d *inst/include/armadillo_bits/BaseCube_bones.hpp
42ddaca94e5012c311089da8d3526ed4 *inst/include/armadillo_bits/BaseCube_meat.hpp
e22e478ad1a98e5a8c75b73c3793a30b *inst/include/armadillo_bits/Base_bones.hpp
8ae654f448b7d0e227a19aa2934f5716 *inst/include/armadillo_bits/Base_meat.hpp
333840d1d65fbbbdb0884c6e40345979 *inst/include/armadillo_bits/Col_bones.hpp
69a591d68b3539ff0fca109f62173b94 *inst/include/armadillo_bits/Col_meat.hpp
02415452e034a555a07acf81f7dc7427 *inst/include/armadillo_bits/CubeToMatOp_bones.hpp
5efa126f2217a888b32496bdca440793 *inst/include/armadillo_bits/CubeToMatOp_meat.hpp
5cee23eac3d7436f11aae92c5752dfe2 *inst/include/armadillo_bits/Cube_bones.hpp
5cd3409bb2bd08c7eb6a155c4abc7659 *inst/include/armadillo_bits/Cube_meat.hpp
781196b74196d71c609750e03d02f7a8 *inst/include/armadillo_bits/GenCube_bones.hpp
80b4669c4542f71f4132e89cf606c741 *inst/include/armadillo_bits/GenCube_meat.hpp
4fa8739212cbc2ecf350568287976040 *inst/include/armadillo_bits/Gen_bones.hpp
f72514725ad85125b48f9c13e8c2d305 *inst/include/armadillo_bits/Gen_meat.hpp
53459308a3c415abb982dd434b6e98c9 *inst/include/armadillo_bits/GlueCube_bones.hpp
3d834c1663475c33c68243e66f332821 *inst/include/armadillo_bits/GlueCube_meat.hpp
190914854589474c0cfdafa24870bc84 *inst/include/armadillo_bits/Glue_bones.hpp
ae89e542d985967bddd853c5ddcb6ae5 *inst/include/armadillo_bits/Glue_meat.hpp
2aae5a104256863213751348f3757c98 *inst/include/armadillo_bits/MapMat_bones.hpp
c2ec0eb3d1969a8c5c0b461c307b8ea6 *inst/include/armadillo_bits/MapMat_meat.hpp
89da9bb9e6818f79de02fc7e556a94b4 *inst/include/armadillo_bits/Mat_bones.hpp
fa61018d2d3c8b40bdb278e2fd569f14 *inst/include/armadillo_bits/Mat_meat.hpp
ec6f7cdcd54da7344ce21f37d4451f39 *inst/include/armadillo_bits/OpCube_bones.hpp
d67b06690a1e4d6e3030d10a2a929b78 *inst/include/armadillo_bits/OpCube_meat.hpp
2147edde2a1b2662b5b7728197e06b94 *inst/include/armadillo_bits/Op_bones.hpp
b9abcc2e50d24115b9103da87cef9cd7 *inst/include/armadillo_bits/Op_meat.hpp
563b315521a6669a33a051d34b4e2665 *inst/include/armadillo_bits/Proxy.hpp
71853b8b32c315945d61123e6c43f1a7 *inst/include/armadillo_bits/ProxyCube.hpp
944c9a7504d898df767b30489084534f *inst/include/armadillo_bits/Row_bones.hpp
a149d0f820460cfde04b359ed78d2801 *inst/include/armadillo_bits/Row_meat.hpp
e92862a77b15f652825bddf76478918f *inst/include/armadillo_bits/SizeCube_bones.hpp
b562b59c9d0858d6df9787317b6f3c60 *inst/include/armadillo_bits/SizeCube_meat.hpp
f9b29cc8b9a8ca5b32d5b9466972a4ab *inst/include/armadillo_bits/SizeMat_bones.hpp
71cf24a0c70088d14a3f2d3055755519 *inst/include/armadillo_bits/SizeMat_meat.hpp
e9132387fe5b6975f221c82b12ab1592 *inst/include/armadillo_bits/SpBase_bones.hpp
af9ac62929fea614fb6b7bad531b6c42 *inst/include/armadillo_bits/SpBase_meat.hpp
be77e3efe41f6fedd26cba627cfc30e2 *inst/include/armadillo_bits/SpCol_bones.hpp
1d70b3b162a080c533f71025476428f3 *inst/include/armadillo_bits/SpCol_meat.hpp
06c186cc01fc7c01b1ad4dfab090f6f3 *inst/include/armadillo_bits/SpGlue_bones.hpp
8d408cffb66b9d09e9fcc3c2acf9f823 *inst/include/armadillo_bits/SpGlue_meat.hpp
97d22ed2d6a57d2aacb859eaeb97918d *inst/include/armadillo_bits/SpMat_bones.hpp
417320acf3cf676127564c17cb29e865 *inst/include/armadillo_bits/SpMat_iterators_meat.hpp
8b3a0291adce0430cebf2831f7e5d979 *inst/include/armadillo_bits/SpMat_meat.hpp
7829d5c5d1fe81ab0b2e6f27d1a7ab22 *inst/include/armadillo_bits/SpOp_bones.hpp
be13d76c84c5a66f77b9062c694712d1 *inst/include/armadillo_bits/SpOp_meat.hpp
47ff8d4026c4e4d3688020563be68928 *inst/include/armadillo_bits/SpProxy.hpp
c93e93dbb2adeeaea77f3c87f201da0a *inst/include/armadillo_bits/SpRow_bones.hpp
c63c5ce0d306ac43a655a0b9e8dc8190 *inst/include/armadillo_bits/SpRow_meat.hpp
2bc9cdac875357f068f01bf54eefffe0 *inst/include/armadillo_bits/SpSubview_bones.hpp
8fb286c8fe462c8daefcb612c8e63576 *inst/include/armadillo_bits/SpSubview_col_list_bones.hpp
fea1d6922f4a9b8cc0b49d43ae07481d *inst/include/armadillo_bits/SpSubview_col_list_meat.hpp
b887a80177cd6c8748227486645a6bb5 *inst/include/armadillo_bits/SpSubview_iterators_meat.hpp
741450297778945a6c6332d4ac4ffe84 *inst/include/armadillo_bits/SpSubview_meat.hpp
5eec766cbe64314801ae8758e8eea907 *inst/include/armadillo_bits/SpToDGlue_bones.hpp
ad6d84222987cc653508c90f8133b8d3 *inst/include/armadillo_bits/SpToDGlue_meat.hpp
70f989c1002eb289c9c3cd9d8afa1790 *inst/include/armadillo_bits/SpToDOp_bones.hpp
886ee6d6d93c2514c6ca015a2adfc868 *inst/include/armadillo_bits/SpToDOp_meat.hpp
ab30f2f292ef4e5d5f61946ba3588d75 *inst/include/armadillo_bits/SpValProxy_bones.hpp
c666289d5408086632812b207b2d9f70 *inst/include/armadillo_bits/SpValProxy_meat.hpp
e19516b1bf66e4c80053997ac9f7bf9c *inst/include/armadillo_bits/access.hpp
6d405de4f92fca8ef7992124ffd43967 *inst/include/armadillo_bits/arma_cmath.hpp
e181f9473480df0ed758f1bdd525fc40 *inst/include/armadillo_bits/arma_config.hpp
df588d791fd27544b34392f4fffc7078 *inst/include/armadillo_bits/arma_forward.hpp
6eb638cd5a10a81c47c9b63d82b49b56 *inst/include/armadillo_bits/arma_ostream_bones.hpp
d1b614ff6d262313e9b4a9ce3fbf5e2d *inst/include/armadillo_bits/arma_ostream_meat.hpp
9575132e3e6342597ba453869be23c49 *inst/include/armadillo_bits/arma_rel_comparators.hpp
604b89f96f6fab3270ec2bacaef7f67d *inst/include/armadillo_bits/arma_rng.hpp
2de10ab1b1819a85e3a033cc61d84f56 *inst/include/armadillo_bits/arma_rng_cxx03.hpp
9ef823e0b4c08e8dde05449da70e4426 *inst/include/armadillo_bits/arma_static_check.hpp
4f49607b770de00263de575ed439a2f4 *inst/include/armadillo_bits/arma_str.hpp
d68d26a51495fe3e0692529b8d1d3311 *inst/include/armadillo_bits/arma_version.hpp
815a1082c290a476951b56be986a6351 *inst/include/armadillo_bits/arrayops_bones.hpp
b44d921bbbc33d889367db8d3f0a760a *inst/include/armadillo_bits/arrayops_meat.hpp
34c3a5d368bbb5d97855f38e9cc501f6 *inst/include/armadillo_bits/auxlib_bones.hpp
db46252f574c851d659bfef21343f8a0 *inst/include/armadillo_bits/auxlib_meat.hpp
742e8db851bd48a190d1612119ab7a17 *inst/include/armadillo_bits/band_helper.hpp
314292820f8f5a5e50c1378c87b81dae *inst/include/armadillo_bits/compiler_check.hpp
5ee9e52ac4df2fef91b3b20afa456ad3 *inst/include/armadillo_bits/compiler_setup.hpp
470b6fe89e48afa4d213d1ab64cf2be1 *inst/include/armadillo_bits/compiler_setup_post.hpp
bea9092fd834c6ae383f54e695aa0aac *inst/include/armadillo_bits/cond_rel_bones.hpp
cf9429f8cd17b1cd2af072a407d0508b *inst/include/armadillo_bits/cond_rel_meat.hpp
2ec3fe079609c6c8c994b50c2f16fc7f *inst/include/armadillo_bits/config.hpp
597c6406c69987314f49863e2800dc97 *inst/include/armadillo_bits/constants.hpp
bff236c6c5ba99962d0e2ad19c03353a *inst/include/armadillo_bits/constants_old.hpp
6a5fea84d45a9e41cebdc092e287bf73 *inst/include/armadillo_bits/csv_name.hpp
df65b60a0518a511f1563c320f7e2cd8 *inst/include/armadillo_bits/debug.hpp
25372d34d91afca1c836a6d59bf5a1e6 *inst/include/armadillo_bits/def_arpack.hpp
468037f3180ae4ee3d7f718ae1c58cd7 *inst/include/armadillo_bits/def_atlas.hpp
06f2d860374c561220c60be92c960bf7 *inst/include/armadillo_bits/def_blas.hpp
50e4c018add283c5b37f53ec6aa08005 *inst/include/armadillo_bits/def_fftw3.hpp
b33061ff247a088cecbf7f87a1716321 *inst/include/armadillo_bits/def_lapack.hpp
8e08c98adda27c7fbaddd13ff9994dd7 *inst/include/armadillo_bits/def_superlu.hpp
47b96f5a08c8a4236dfac33f8d5ca51f *inst/include/armadillo_bits/diagmat_proxy.hpp
a19c0deab3778eb486af12c8340184d9 *inst/include/armadillo_bits/diagview_bones.hpp
352fe0981d0a13c12a9de7d34623bea6 *inst/include/armadillo_bits/diagview_meat.hpp
1c131a0a41eda16db3f33116cc3481e7 *inst/include/armadillo_bits/diskio_bones.hpp
4010cffd1051528aa0866edb8dab4d26 *inst/include/armadillo_bits/diskio_meat.hpp
81597997a6f9925f2f8da63cd97af8ec *inst/include/armadillo_bits/distr_param.hpp
5722504e899578ccbb183355c1bd1a1a *inst/include/armadillo_bits/eGlueCube_bones.hpp
92b69fb17566576aff1ef311a32f6e81 *inst/include/armadillo_bits/eGlueCube_meat.hpp
c6983ec9f5b7f0e67ae6ef06fdc8d65b *inst/include/armadillo_bits/eGlue_bones.hpp
9a1b4198080734a1ac6fa3a6fc1723e6 *inst/include/armadillo_bits/eGlue_meat.hpp
d5d2b255f72e25b941cd3c97fbde5743 *inst/include/armadillo_bits/eOpCube_bones.hpp
2ca86e155ebb8016f3d549c451f2c424 *inst/include/armadillo_bits/eOpCube_meat.hpp
9f1c21528e1ef55a7b5bbe47f4b7de38 *inst/include/armadillo_bits/eOp_bones.hpp
eda096eb2addece9a0a6d0ede41760d3 *inst/include/armadillo_bits/eOp_meat.hpp
f07bd113fd72d3c3789243bb5d2cc6db *inst/include/armadillo_bits/eglue_core_bones.hpp
4ebe9f7cbbc1418fa2f06d39fd44b385 *inst/include/armadillo_bits/eglue_core_meat.hpp
5c8eb8c1ad6d71b37442dfa8a79a7ee0 *inst/include/armadillo_bits/eop_aux.hpp
c4730f03dd35c58083df5f08b596e3b5 *inst/include/armadillo_bits/eop_core_bones.hpp
8fda61df034e6a812115e3ff54d51e26 *inst/include/armadillo_bits/eop_core_meat.hpp
cdc8b46c78dc15b2049c3efdb800a035 *inst/include/armadillo_bits/fft_engine_fftw3.hpp
170419b54a456a6346f56aafc0e52cb2 *inst/include/armadillo_bits/fft_engine_kissfft.hpp
4de8d3a0d636a027ef94d5528d0a9ce9 *inst/include/armadillo_bits/field_bones.hpp
db73044dfb05a01723057b2575d6a0f1 *inst/include/armadillo_bits/field_meat.hpp
4c9af8991b48457503c89cd59f15113f *inst/include/armadillo_bits/fill.hpp
8abb5c31d2b309a600ead4d53f197dba *inst/include/armadillo_bits/fn_accu.hpp
b0fdfe2fc8eea4ca2ecdc72ae2f21e3f *inst/include/armadillo_bits/fn_all.hpp
58e5df3e5bb058e3e7db9de7fd73ba2d *inst/include/armadillo_bits/fn_any.hpp
e6ffabd79039e98deb48e886b1c65bef *inst/include/armadillo_bits/fn_approx_equal.hpp
079106d0313821bd1ac946e8d7fb5a8d *inst/include/armadillo_bits/fn_as_scalar.hpp
edd5f7cbd7ae4bf5d6a83fafe81359ca *inst/include/armadillo_bits/fn_chi2rnd.hpp
1e0e84c903a1aed1eb6d6fe3c82adcfb *inst/include/armadillo_bits/fn_chol.hpp
0821eb15f65e1b95a9662b7bf5e2d8d4 *inst/include/armadillo_bits/fn_clamp.hpp
abc479785d306ba4074359dfffbf81bc *inst/include/armadillo_bits/fn_cond_rcond.hpp
343a91395ece2a2ee736ea0a017171cd *inst/include/armadillo_bits/fn_conv.hpp
5efda605c7160950d2cc938f4cb40725 *inst/include/armadillo_bits/fn_conv_to.hpp
ad308079912e66db9b4358b97b11aeb4 *inst/include/armadillo_bits/fn_cor.hpp
0a0dc39bca546db45085c1f4e03bd474 *inst/include/armadillo_bits/fn_cov.hpp
3d696543a75c328f3542d19dff2e383c *inst/include/armadillo_bits/fn_cross.hpp
b0e09587243b8d588c76cff334fa5728 *inst/include/armadillo_bits/fn_cumprod.hpp
38eee4894d6257eb2d3142d48a85e6c6 *inst/include/armadillo_bits/fn_cumsum.hpp
483a11f9185a2b320ab67b574a08c68c *inst/include/armadillo_bits/fn_det.hpp
62a90e3e706c58ff1fa09538833c7b77 *inst/include/armadillo_bits/fn_diagmat.hpp
8c1689bc81a0601242fc64598b8e84ed *inst/include/armadillo_bits/fn_diags_spdiags.hpp
be0d645aa467f34a7582f2e635655e11 *inst/include/armadillo_bits/fn_diagvec.hpp
888e3c72ab9cc69c319cba6a6e375cd7 *inst/include/armadillo_bits/fn_diff.hpp
d4cc9fd4ddf464ffdbd330660c6eb3ed *inst/include/armadillo_bits/fn_dot.hpp
03f390b128cc52e36b767a6d89621795 *inst/include/armadillo_bits/fn_eig_gen.hpp
368d4bd0c9b02bcd6c0673a9bb313e6a *inst/include/armadillo_bits/fn_eig_pair.hpp
047932d03f2141db231ee7e1c6a10c55 *inst/include/armadillo_bits/fn_eig_sym.hpp
306c55c9e2c4ed568227e034361db576 *inst/include/armadillo_bits/fn_eigs_gen.hpp
bacee6e0040f19cd17357c2b7255782f *inst/include/armadillo_bits/fn_eigs_sym.hpp
efd5da26bb71835d89e69b45b3f22baa *inst/include/armadillo_bits/fn_elem.hpp
ca1c22febe336cb8c6c81e3c2e860c01 *inst/include/armadillo_bits/fn_eps.hpp
fbd188cb698a5beab04ca95073c02c65 *inst/include/armadillo_bits/fn_expmat.hpp
b8452741a5f7e2bb3fe773cbf6e75ddb *inst/include/armadillo_bits/fn_eye.hpp
689a18302566f4bc9494bf0a3d3e1290 *inst/include/armadillo_bits/fn_fft.hpp
f58c994efad14b8287e862d2c53e6c69 *inst/include/armadillo_bits/fn_fft2.hpp
a48a16bdea3f1617acc97a7b2c44ebec *inst/include/armadillo_bits/fn_find.hpp
77239ff9a01c774a1910beb7f790ee30 *inst/include/armadillo_bits/fn_find_unique.hpp
cd116775178ed8b8e1850559a641e396 *inst/include/armadillo_bits/fn_flip.hpp
49d9cf32fb834dd323a3d26bd634fdd6 *inst/include/armadillo_bits/fn_hess.hpp
fcf9e277792ed928d655696d8a863c51 *inst/include/armadillo_bits/fn_hist.hpp
c3b16cd744b1e769691e2e9723d87e48 *inst/include/armadillo_bits/fn_histc.hpp
33f7c097c652d13d4c16b3dcc3eeacb2 *inst/include/armadillo_bits/fn_index_max.hpp
0d87aa720eb7c89c8b5323b4d3e202d4 *inst/include/armadillo_bits/fn_index_min.hpp
b1184363d3884395f6dc3261b91fddf7 *inst/include/armadillo_bits/fn_inplace_strans.hpp
ee0206a3ba453155b0200a069d223a51 *inst/include/armadillo_bits/fn_inplace_trans.hpp
aa292414ceb484904e9a0a34b84ff052 *inst/include/armadillo_bits/fn_interp1.hpp
d3c3135f69421ad0a32476af17d5b4a8 *inst/include/armadillo_bits/fn_interp2.hpp
de0a573c9bdb447b35b30b89c4cc76a0 *inst/include/armadillo_bits/fn_intersect.hpp
6e4544efe59ec0834086c240354ef9ed *inst/include/armadillo_bits/fn_inv.hpp
21aefd9e6bea61e7e6fe5f131d03ed0c *inst/include/armadillo_bits/fn_inv_sympd.hpp
08e520a14fcab581b4cd74082ec5a8b4 *inst/include/armadillo_bits/fn_join.hpp
49a3e038b4f7be8596c4814b95416b88 *inst/include/armadillo_bits/fn_kmeans.hpp
c46dd7324a28913898cc0914164f610b *inst/include/armadillo_bits/fn_kron.hpp
cbfcdbde92c0601ea213b08a4976f87c *inst/include/armadillo_bits/fn_log_det.hpp
26ec679d5c72df4393f5aa802e9e3f71 *inst/include/armadillo_bits/fn_log_normpdf.hpp
16830a822f5524b363cb6f4334bbdbd8 *inst/include/armadillo_bits/fn_logmat.hpp
b285834b6ceb415954717c70ea4281d5 *inst/include/armadillo_bits/fn_lu.hpp
a2330592e09ffb431283e9a8f20b8888 *inst/include/armadillo_bits/fn_max.hpp
12ae78448323c6812c8bf1a2d95ad487 *inst/include/armadillo_bits/fn_mean.hpp
759c7821cad56d007e335b6ed37d1bee *inst/include/armadillo_bits/fn_median.hpp
2476db1d4bd4ae32a0c0fdb9e62b819c *inst/include/armadillo_bits/fn_min.hpp
bc0e72c4f2572c46caf1a1973d6153c6 *inst/include/armadillo_bits/fn_misc.hpp
104abe07abe9bad4e9bab986139ee27a *inst/include/armadillo_bits/fn_mvnrnd.hpp
1fd4acb37e8310af48011582cb33b6d8 *inst/include/armadillo_bits/fn_n_unique.hpp
cfed49714188034de41894de9d4492b3 *inst/include/armadillo_bits/fn_nonzeros.hpp
8ffb6a72b3352971c9f9b49b5dc0848a *inst/include/armadillo_bits/fn_norm.hpp
0a0bc024938d40f4702861c737edf344 *inst/include/armadillo_bits/fn_normalise.hpp
9e65ef2e100596bbad6a9bc024578827 *inst/include/armadillo_bits/fn_normcdf.hpp
018daf776aa6a09b22cc2d1a77163f1d *inst/include/armadillo_bits/fn_normpdf.hpp
1d5cea20355006aafcde8abd39c94514 *inst/include/armadillo_bits/fn_numel.hpp
5a0aaa6a1bd662f1822b40c284b973fe *inst/include/armadillo_bits/fn_ones.hpp
791c5eb05c1b4fa1c7004755d06dd964 *inst/include/armadillo_bits/fn_orth_null.hpp
1a41099fe24428b7fd9e9190cb436e01 *inst/include/armadillo_bits/fn_pinv.hpp
02c57c4cfd204d2ccfd0a2f015ac9577 *inst/include/armadillo_bits/fn_polyfit.hpp
2688dc1c9cb66c9376e6f39d0eb871ac *inst/include/armadillo_bits/fn_polyval.hpp
ab3b3688582c5002d81158cd79088691 *inst/include/armadillo_bits/fn_powext.hpp
ac5c0eb6f886f8a1ce79e192e47ffc0e *inst/include/armadillo_bits/fn_powmat.hpp
2edb26b24a0513c631fa1539ec874871 *inst/include/armadillo_bits/fn_princomp.hpp
eb414b3c110b2123ad8f59e65686cc9b *inst/include/armadillo_bits/fn_prod.hpp
1e3ddf415910fe3c2f2fe135dc5619dc *inst/include/armadillo_bits/fn_qr.hpp
a23d8eb79b4c7cf8252c0cd0dd00a0ca *inst/include/armadillo_bits/fn_quantile.hpp
5722ee05d94f8d4aa2a81fdc508af3db *inst/include/armadillo_bits/fn_qz.hpp
bc4e55ab373fd168f706dd1304eea4b0 *inst/include/armadillo_bits/fn_randg.hpp
31027a8265f6964a970e0a57c8646872 *inst/include/armadillo_bits/fn_randi.hpp
022154451084cd41f6b55b332716dfc2 *inst/include/armadillo_bits/fn_randn.hpp
b9665e70dfaa9e0004709c18596dedaa *inst/include/armadillo_bits/fn_randperm.hpp
5789d85c16a01428c232dbde6c22c9e3 *inst/include/armadillo_bits/fn_randu.hpp
1adaf4ccc9729daa015e49ab2edff603 *inst/include/armadillo_bits/fn_range.hpp
f3e118b9e2dbc70b59ee8aa9c646d24e *inst/include/armadillo_bits/fn_rank.hpp
080e5f812c6fbcbf815c60e0a3dfe5fc *inst/include/armadillo_bits/fn_regspace.hpp
9a57077088306560edf18f3bd2dad7e1 *inst/include/armadillo_bits/fn_repelem.hpp
aa5910b12b8fee4faf1f1cf346280b42 *inst/include/armadillo_bits/fn_repmat.hpp
1939db7b39946dbdfea0f36194623921 *inst/include/armadillo_bits/fn_reshape.hpp
d8568d7f85b7db148459b0e5474eb65c *inst/include/armadillo_bits/fn_resize.hpp
18311627868ee94c8a13b40c542636f1 *inst/include/armadillo_bits/fn_reverse.hpp
cfaba7ea50e9d7f428d4358fd64b1151 *inst/include/armadillo_bits/fn_roots.hpp
66f85e181ca23856103c9dcd9198171f *inst/include/armadillo_bits/fn_schur.hpp
979e73c2943476b8a0493cd774c6d066 *inst/include/armadillo_bits/fn_shift.hpp
2e070cc99beeb86b29a975fdbc6f6644 *inst/include/armadillo_bits/fn_shuffle.hpp
cba44f0575ea4b800ae2dff117d2d0c0 *inst/include/armadillo_bits/fn_size.hpp
4d7217c07aaa46338c7d76b47c2ea613 *inst/include/armadillo_bits/fn_solve.hpp
a12a61427fe5cfa46c52062ef6fd69ba *inst/include/armadillo_bits/fn_sort.hpp
b2510d1a49fce43ace64167a5bfadc3f *inst/include/armadillo_bits/fn_sort_index.hpp
81a41ee75bf0e35c32f95a8c99824313 *inst/include/armadillo_bits/fn_speye.hpp
98b35c18377415ddd296f264b082a2ec *inst/include/armadillo_bits/fn_spones.hpp
3cffd9ff2d1b153fe6b8de84cc32510d *inst/include/armadillo_bits/fn_sprandn.hpp
f620ee481c9ca900099f6c7755025df4 *inst/include/armadillo_bits/fn_sprandu.hpp
5661fb19ec60157ff14eb8dd3d7b6c76 *inst/include/armadillo_bits/fn_spsolve.hpp
407936d995465240b00568d55b3962f8 *inst/include/armadillo_bits/fn_sqrtmat.hpp
426ecce54b83106ba2ae8872de573f99 *inst/include/armadillo_bits/fn_stddev.hpp
de49b759bfa6d2bbaaad078306fbfb05 *inst/include/armadillo_bits/fn_strans.hpp
3bd2a840983fcc0f79f1add9112745f4 *inst/include/armadillo_bits/fn_sum.hpp
7b04eab8b6575b8b3be78e13734168c2 *inst/include/armadillo_bits/fn_svd.hpp
447cc02ca0adb23837914f3eab286bbe *inst/include/armadillo_bits/fn_svds.hpp
53ed57c93a1f3a2660749ffaf070694e *inst/include/armadillo_bits/fn_sylvester.hpp
7c0c6f2d276bee2f738c3d6c1b41c554 *inst/include/armadillo_bits/fn_symmat.hpp
f33d7acfa4dce2351dfda70211bef24e *inst/include/armadillo_bits/fn_toeplitz.hpp
fd5eae3348488355517e8fef0d059cdb *inst/include/armadillo_bits/fn_trace.hpp
80d74e621f067ca9dfdc661222ac857f *inst/include/armadillo_bits/fn_trans.hpp
60c914366ec28a6fa5430aa8c95d18a6 *inst/include/armadillo_bits/fn_trapz.hpp
339b1f0cd1354cb80b51d130b43be9a2 *inst/include/armadillo_bits/fn_trig.hpp
dd8432d7a2d3c0b8ee2b1ff31b72a585 *inst/include/armadillo_bits/fn_trimat.hpp
1f10b6e90016373293e0fc58b9b90afa *inst/include/armadillo_bits/fn_trimat_ind.hpp
1784f162935fb9b9b1d62eaf6fa2aad9 *inst/include/armadillo_bits/fn_trunc_exp.hpp
9edbb4c2609be3049d69432102a63987 *inst/include/armadillo_bits/fn_trunc_log.hpp
3d50e0f77bab64154c10c569f6d73019 *inst/include/armadillo_bits/fn_unique.hpp
648410d673dd91847f253eddad72d7f2 *inst/include/armadillo_bits/fn_var.hpp
0de543ead4f362e5f05099a63690f283 *inst/include/armadillo_bits/fn_vecnorm.hpp
3a17798d89771fbbfef569e2fe8ee00f *inst/include/armadillo_bits/fn_vectorise.hpp
adba63a1378f0643de452fc79c7b48d8 *inst/include/armadillo_bits/fn_wishrnd.hpp
7ef0a2fb81475fd5f7d2c8d0274b2d5a *inst/include/armadillo_bits/fn_zeros.hpp
fd1da746bc8f3ec6a9521f9dcc29b50f *inst/include/armadillo_bits/glue_affmul_bones.hpp
ff68061be8f95a2a6a6e0111f1f2dcf5 *inst/include/armadillo_bits/glue_affmul_meat.hpp
758918bf6fdc8f15930c5d8e596e2746 *inst/include/armadillo_bits/glue_atan2_bones.hpp
40dd5397af53ad4de9bbfa44324dd1fd *inst/include/armadillo_bits/glue_atan2_meat.hpp
228620666311453c5bdb0246799bdc7b *inst/include/armadillo_bits/glue_conv_bones.hpp
b24d620adf12f1b06cd04115e3e24617 *inst/include/armadillo_bits/glue_conv_meat.hpp
da67cec5d69a053037fbd3fac09f4177 *inst/include/armadillo_bits/glue_cor_bones.hpp
3c053c7ed82b32326327351eb8c381fb *inst/include/armadillo_bits/glue_cor_meat.hpp
f7e1fd84a54d44f6856c8b6ef0bb33a0 *inst/include/armadillo_bits/glue_cov_bones.hpp
55ac14bfcf90986dff9536cd7c3d49f4 *inst/include/armadillo_bits/glue_cov_meat.hpp
11e82cb2ab71ae533761c5131bfe57cc *inst/include/armadillo_bits/glue_cross_bones.hpp
3e72c00e56a714ae99860d672aec87e5 *inst/include/armadillo_bits/glue_cross_meat.hpp
74534f195669f96862bd60fe742662e1 *inst/include/armadillo_bits/glue_hist_bones.hpp
f0682e83ea230ab8583435d35e7d854a *inst/include/armadillo_bits/glue_hist_meat.hpp
ebbe2483a02cc15baf42c1ef99654345 *inst/include/armadillo_bits/glue_histc_bones.hpp
bf7084d58eb60a9641d102d7b1971ede *inst/include/armadillo_bits/glue_histc_meat.hpp
df220080feacdd7ecdebd7803d6de29f *inst/include/armadillo_bits/glue_hypot_bones.hpp
ad0b541fecd2dfa778d87001ae7180ef *inst/include/armadillo_bits/glue_hypot_meat.hpp
6b2547c27c50ee53993a8877935dafdb *inst/include/armadillo_bits/glue_intersect_bones.hpp
e68b55d587922f588e70882dd18007d6 *inst/include/armadillo_bits/glue_intersect_meat.hpp
30893821b24130bd727bcb50d51c84b4 *inst/include/armadillo_bits/glue_join_bones.hpp
036dc9cedcaa6dbfe82f9160b09cd138 *inst/include/armadillo_bits/glue_join_meat.hpp
d255be47039eab5a4b9e02b0a6f9cf1b *inst/include/armadillo_bits/glue_kron_bones.hpp
212c7cb8303120daafc6c5253d7b4b08 *inst/include/armadillo_bits/glue_kron_meat.hpp
5168fff71c97c248d913eb242b772aed *inst/include/armadillo_bits/glue_max_bones.hpp
ac90a95da4713e0d25f877254bc74170 *inst/include/armadillo_bits/glue_max_meat.hpp
36c40009d2307ba4f6e7afb635fd7672 *inst/include/armadillo_bits/glue_min_bones.hpp
76cf479a4b9c3b85bc9debafa07cc740 *inst/include/armadillo_bits/glue_min_meat.hpp
60906aedfd5c3a5f46591b1c07097f46 *inst/include/armadillo_bits/glue_mixed_bones.hpp
0a018010522cae47a18aa4f426710fcc *inst/include/armadillo_bits/glue_mixed_meat.hpp
6546a287526bf276bef436f98705ea3e *inst/include/armadillo_bits/glue_mvnrnd_bones.hpp
8ce05b89061d8fba84248767cef2c2c3 *inst/include/armadillo_bits/glue_mvnrnd_meat.hpp
98b5012e5be636fc348f7ecc3fab6ff7 *inst/include/armadillo_bits/glue_polyfit_bones.hpp
c315a08a2343fdff0ce390d81f2c3f45 *inst/include/armadillo_bits/glue_polyfit_meat.hpp
27726a22fe9608be69201e88c66613e7 *inst/include/armadillo_bits/glue_polyval_bones.hpp
25c58422e241085e66d81e00789e48cf *inst/include/armadillo_bits/glue_polyval_meat.hpp
7b8f894713af7ae156914a90a27054ac *inst/include/armadillo_bits/glue_powext_bones.hpp
0bf75130abbce67236b3a0cc6e05999f *inst/include/armadillo_bits/glue_powext_meat.hpp
f46fa8415771de7af93791de2ebfd809 *inst/include/armadillo_bits/glue_quantile_bones.hpp
f672c51cc526df7fcd3b4a0297582fc7 *inst/include/armadillo_bits/glue_quantile_meat.hpp
260954229c78079ec76e088aca91a391 *inst/include/armadillo_bits/glue_relational_bones.hpp
00bca91104bd729bf44bfceb9a63d1e8 *inst/include/armadillo_bits/glue_relational_meat.hpp
969bc6d66b0ff657fe2b7ef87856d797 *inst/include/armadillo_bits/glue_solve_bones.hpp
bb22fbb528b5983dd1be0e0ff7711975 *inst/include/armadillo_bits/glue_solve_meat.hpp
4e639dd9acc118d8cad340e29a531854 *inst/include/armadillo_bits/glue_times_bones.hpp
51086547c52fa4a1141e581e62ef8f56 *inst/include/armadillo_bits/glue_times_meat.hpp
6adc9fb8ef4da98857f1235a0fc40d0e *inst/include/armadillo_bits/glue_times_misc_bones.hpp
6039aecd5556e791f60c0c82b30c20bf *inst/include/armadillo_bits/glue_times_misc_meat.hpp
7b4e0a89301fd57f3f8138f9d56b3862 *inst/include/armadillo_bits/glue_toeplitz_bones.hpp
4a7a15f73a85cb7439e8ed3cf4c50357 *inst/include/armadillo_bits/glue_toeplitz_meat.hpp
e09461d473859cedd1a44d359a206280 *inst/include/armadillo_bits/glue_trapz_bones.hpp
0cd3bfaa90c7d4b8a07bcec8b327ccfc *inst/include/armadillo_bits/glue_trapz_meat.hpp
63c7772e5ca5a5fe4cbbf7b786ff26eb *inst/include/armadillo_bits/gmm_diag_bones.hpp
afb551c97f33c5513f2aba379fcbfbf6 *inst/include/armadillo_bits/gmm_diag_meat.hpp
8c13a2d8d0cd5eb2311dc858f3728227 *inst/include/armadillo_bits/gmm_full_bones.hpp
48c8971590e4a757474110374844ac23 *inst/include/armadillo_bits/gmm_full_meat.hpp
bc6e945955cb05f2a710ef3a516c113f *inst/include/armadillo_bits/gmm_misc_bones.hpp
959f6f9340743c19ad4c02d29a0dbc29 *inst/include/armadillo_bits/gmm_misc_meat.hpp
d543abd2e1c932604deed345a7ea152a *inst/include/armadillo_bits/hdf5_misc.hpp
d772e73987f7d375f4a313eedece101e *inst/include/armadillo_bits/hdf5_name.hpp
cc1b0e3e54f6958eaf9ec74e200b3622 *inst/include/armadillo_bits/include_hdf5.hpp
6976b9a9bc6b56398e03515124a0e2ef *inst/include/armadillo_bits/include_superlu.hpp
adc7369ad88e7d2040340d9803ef29eb *inst/include/armadillo_bits/injector_bones.hpp
c1521ab5fbb0d4867bb8a75ed2a2a5cf *inst/include/armadillo_bits/injector_meat.hpp
9ea12dd00590f2a98f1a8ade0f7311b8 *inst/include/armadillo_bits/memory.hpp
87901cafa7674dba60243c4898057376 *inst/include/armadillo_bits/mp_misc.hpp
53658500b8a68fa1d767808fb4931fa8 *inst/include/armadillo_bits/mtGlueCube_bones.hpp
9f810bd5f69a2c8c78c7288e2191a14f *inst/include/armadillo_bits/mtGlueCube_meat.hpp
d97f7537448e9fb5471e0cc8301b03ab *inst/include/armadillo_bits/mtGlue_bones.hpp
4d413406aa46522c32c72c55be1f5cd6 *inst/include/armadillo_bits/mtGlue_meat.hpp
058dfa366f12e3472e7b0f80140da8f4 *inst/include/armadillo_bits/mtOpCube_bones.hpp
d79a67b88ebc02a0205be1fa6c12148e *inst/include/armadillo_bits/mtOpCube_meat.hpp
94bc7e255c91bcf3162db93e227e307d *inst/include/armadillo_bits/mtOp_bones.hpp
80c2a331fcb353cce1331663aa4c6c08 *inst/include/armadillo_bits/mtOp_meat.hpp
478f360a19bc4fa3986d9bb2d5867418 *inst/include/armadillo_bits/mtSpGlue_bones.hpp
d0f89c2d1cd954d4bc247854a9b9d351 *inst/include/armadillo_bits/mtSpGlue_meat.hpp
b06506fd1405a3d67873f0b1eaa1809c *inst/include/armadillo_bits/mtSpOp_bones.hpp
40b72728267cbc490b9d1b203132ac29 *inst/include/armadillo_bits/mtSpOp_meat.hpp
fdd653d430898b5991231a5beb893174 *inst/include/armadillo_bits/mtSpReduceOp_bones.hpp
937ea0d087dddad8aaff6d21e5503271 *inst/include/armadillo_bits/mtSpReduceOp_meat.hpp
33429caf0b502b873805a16ef912fa9c *inst/include/armadillo_bits/mul_gemm.hpp
8379bce86d5e82b34c1e7e13d52196b9 *inst/include/armadillo_bits/mul_gemm_mixed.hpp
1a489e721650f4499f529c2a4b0f49d4 *inst/include/armadillo_bits/mul_gemv.hpp
d7d7426b1b372065f9fa8cba6d6d68e4 *inst/include/armadillo_bits/mul_herk.hpp
58292f2050b9acf7691a2e100cadc25e *inst/include/armadillo_bits/mul_syrk.hpp
cd751c8539247bfcbf7c69277af7d7d8 *inst/include/armadillo_bits/newarp_DenseGenMatProd_bones.hpp
330cee96756a905391b8e4495e1d4c7c *inst/include/armadillo_bits/newarp_DenseGenMatProd_meat.hpp
8fbd622a93e16834af098ec8b0a3c9ea *inst/include/armadillo_bits/newarp_DoubleShiftQR_bones.hpp
0aab1531baeef254f8418a734a552f5d *inst/include/armadillo_bits/newarp_DoubleShiftQR_meat.hpp
4dced0e5a3b97ea3b3d113f17e876f15 *inst/include/armadillo_bits/newarp_EigsSelect.hpp
c72e78bc1b0561600640ff13ed37c518 *inst/include/armadillo_bits/newarp_GenEigsSolver_bones.hpp
d41b06b69d43b99d60f5d30a672a46e8 *inst/include/armadillo_bits/newarp_GenEigsSolver_meat.hpp
e5a42501589efd52ac1121598caed0f5 *inst/include/armadillo_bits/newarp_SortEigenvalue.hpp
e25d04473f566960767c4a28e5e40ec9 *inst/include/armadillo_bits/newarp_SparseGenMatProd_bones.hpp
ab59476cdd779de7aa15250624be004a *inst/include/armadillo_bits/newarp_SparseGenMatProd_meat.hpp
f7cf58f1e5eeac485d0a896573598f10 *inst/include/armadillo_bits/newarp_SparseGenRealShiftSolve_bones.hpp
1b5ff0a3244be3a7183f3eae6c18e0d8 *inst/include/armadillo_bits/newarp_SparseGenRealShiftSolve_meat.hpp
82aa7e1349ffd441ab07904b369a12dd *inst/include/armadillo_bits/newarp_SymEigsShiftSolver_bones.hpp
8f1d75fc44542762bdc440094965ffb5 *inst/include/armadillo_bits/newarp_SymEigsShiftSolver_meat.hpp
2945dedf415a6785c6e7135b2d4f3a14 *inst/include/armadillo_bits/newarp_SymEigsSolver_bones.hpp
b5befd579272aa5f91da182fa0d55a70 *inst/include/armadillo_bits/newarp_SymEigsSolver_meat.hpp
d90c1104ae351152be1f21797883189f *inst/include/armadillo_bits/newarp_TridiagEigen_bones.hpp
e8043da83572447032531914c00d456f *inst/include/armadillo_bits/newarp_TridiagEigen_meat.hpp
04c6c7588a27dab833e5c8ad0dffd6f8 *inst/include/armadillo_bits/newarp_UpperHessenbergEigen_bones.hpp
b0bb4bbd287b82418172f482cca2e96f *inst/include/armadillo_bits/newarp_UpperHessenbergEigen_meat.hpp
a571a4772c12783d99dde1fa1d49a70d *inst/include/armadillo_bits/newarp_UpperHessenbergQR_bones.hpp
5dbf671771ad6a30efd9d0e2fbf8bc90 *inst/include/armadillo_bits/newarp_UpperHessenbergQR_meat.hpp
63d382b7fbbc6ea9bd377ce5d3fb8da2 *inst/include/armadillo_bits/newarp_cx_attrib.hpp
dc74db42d27688e97280bb49aa14d80c *inst/include/armadillo_bits/op_all_bones.hpp
d9bdbc1813b5864db180590404f3b325 *inst/include/armadillo_bits/op_all_meat.hpp
b767a29fdb7e696f71057397df4c85f8 *inst/include/armadillo_bits/op_any_bones.hpp
513b9266c32dc3cfe5d16559a4c8fc5d *inst/include/armadillo_bits/op_any_meat.hpp
8b100ef30e966ea7122c1df5d840d81a *inst/include/armadillo_bits/op_chi2rnd_bones.hpp
10e685b224a9432c1f48ae0a5d5fa144 *inst/include/armadillo_bits/op_chi2rnd_meat.hpp
2293aec27f979a60988543a719b97762 *inst/include/armadillo_bits/op_chol_bones.hpp
3e6c7f832ff740f8a9b023008df1172c *inst/include/armadillo_bits/op_chol_meat.hpp
3951138bd972663f19d01de5be7b7505 *inst/include/armadillo_bits/op_clamp_bones.hpp
a67815391feefa92bf0c75d729cc2348 *inst/include/armadillo_bits/op_clamp_meat.hpp
8db6b82cb9702bd269062c1ee19b1182 *inst/include/armadillo_bits/op_col_as_mat_bones.hpp
033a812e482849bdef57a997757efaa1 *inst/include/armadillo_bits/op_col_as_mat_meat.hpp
62fb61d6b8b8296edc614e44810ec13d *inst/include/armadillo_bits/op_cond_bones.hpp
de84da06db3c7057c74cc11bf7fd7d5d *inst/include/armadillo_bits/op_cond_meat.hpp
73ab881f6d3081fa97cfeb5a6b6f76a7 *inst/include/armadillo_bits/op_cor_bones.hpp
947121d4ca445efe69156c38615eb76f *inst/include/armadillo_bits/op_cor_meat.hpp
6c1a11f77b9d90f5c204d5f205bd9904 *inst/include/armadillo_bits/op_cov_bones.hpp
b1f77be1ca5720e82607081a73164d23 *inst/include/armadillo_bits/op_cov_meat.hpp
593784958a877a6120a8cd5070942848 *inst/include/armadillo_bits/op_cumprod_bones.hpp
58170618db33df3f95306b935850b2fb *inst/include/armadillo_bits/op_cumprod_meat.hpp
d1ef53e747cc1add9af12177b00e9c77 *inst/include/armadillo_bits/op_cumsum_bones.hpp
bac1643aad7994bfce5958aa37f80547 *inst/include/armadillo_bits/op_cumsum_meat.hpp
4fe3a4a985c9ac57cef094876476b77d *inst/include/armadillo_bits/op_cx_scalar_bones.hpp
041660d121a8ae675612ba8516aea391 *inst/include/armadillo_bits/op_cx_scalar_meat.hpp
6113a14c4ed2d2fec77082b8632e3188 *inst/include/armadillo_bits/op_det_bones.hpp
c557a58c32f65ea2b7d9faca75cfa1ec *inst/include/armadillo_bits/op_det_meat.hpp
f7b1651833dd950538da05e4bf3a5abd *inst/include/armadillo_bits/op_diagmat_bones.hpp
27ec09cccfa26798215f908f2cbe1906 *inst/include/armadillo_bits/op_diagmat_meat.hpp
37088a9028e4421dbb1b44895f2d24e2 *inst/include/armadillo_bits/op_diagvec_bones.hpp
771e91927a19c8fd73baadb49a1fce71 *inst/include/armadillo_bits/op_diagvec_meat.hpp
068065fe327abd3e6ee80f93c4a56885 *inst/include/armadillo_bits/op_diff_bones.hpp
ba7e6819fe7e0ea87ab04f12f9a0f9b3 *inst/include/armadillo_bits/op_diff_meat.hpp
045c81e500b486d8066bb3498e5868c2 *inst/include/armadillo_bits/op_dot_bones.hpp
92cd2e1bca69b5dfc41533bb95448951 *inst/include/armadillo_bits/op_dot_meat.hpp
128afd228ff8edaf56a9721986f6d61a *inst/include/armadillo_bits/op_dotext_bones.hpp
fcd7abca5fde5502a3651600821491b6 *inst/include/armadillo_bits/op_dotext_meat.hpp
11a14e241191788dc3282bf2fdce2dc2 *inst/include/armadillo_bits/op_expmat_bones.hpp
9d8c4a9d94528787c11650f61f010149 *inst/include/armadillo_bits/op_expmat_meat.hpp
5bceb56b6b1e96ccc47c580bb85be4c3 *inst/include/armadillo_bits/op_fft_bones.hpp
1415e0830b0c2467f34af0eafeb2226c *inst/include/armadillo_bits/op_fft_meat.hpp
1f05fdb6637d1a4cf977cc1931c8354a *inst/include/armadillo_bits/op_find_bones.hpp
00a749076a128a43a0198a85b1da3dd2 *inst/include/armadillo_bits/op_find_meat.hpp
73123b1a2ef10996531317c40fe52873 *inst/include/armadillo_bits/op_find_unique_bones.hpp
c14d96603a96c9e6e4d97b616a301061 *inst/include/armadillo_bits/op_find_unique_meat.hpp
f106fbbfaf53b7a51e0319f83fef7ec1 *inst/include/armadillo_bits/op_flip_bones.hpp
1fb0eeec5ca2bbe78be17c653da5e8be *inst/include/armadillo_bits/op_flip_meat.hpp
6274576457b60ec6f4f0089389a02416 *inst/include/armadillo_bits/op_hist_bones.hpp
c8099c0622e432803ed8c8bf7d20ae09 *inst/include/armadillo_bits/op_hist_meat.hpp
aebe1f8676311912fb6a2b9942663748 *inst/include/armadillo_bits/op_htrans_bones.hpp
6bf64288493f8abc695216b1f5834e7f *inst/include/armadillo_bits/op_htrans_meat.hpp
26cc158dbddaad13a3e204d46604c536 *inst/include/armadillo_bits/op_index_max_bones.hpp
c632de2790c9eaa717ce88fab886344d *inst/include/armadillo_bits/op_index_max_meat.hpp
9b695ba25a988e77289b78e433171db8 *inst/include/armadillo_bits/op_index_min_bones.hpp
c3d0c66b87ccb4548a6df763faf07ad7 *inst/include/armadillo_bits/op_index_min_meat.hpp
0a5355288d00dd239e2be9168d03ca05 *inst/include/armadillo_bits/op_inv_gen_bones.hpp
28870e27e2f450f31eeec65be5a6911a *inst/include/armadillo_bits/op_inv_gen_meat.hpp
c24e3e1aadc91067de70316226b599b9 *inst/include/armadillo_bits/op_inv_spd_bones.hpp
d98acdbbbd60440132558dc02caa0870 *inst/include/armadillo_bits/op_inv_spd_meat.hpp
f9a9097c9e2e3eaa16a5dba455c74907 *inst/include/armadillo_bits/op_log_det_bones.hpp
95495c199ee48925024c526dfc165579 *inst/include/armadillo_bits/op_log_det_meat.hpp
634c9420dca34b8124588ea46ae6168b *inst/include/armadillo_bits/op_logmat_bones.hpp
e3fd483d6d3d37ba0aafc34bca964da4 *inst/include/armadillo_bits/op_logmat_meat.hpp
4d8e64ba874ef9148eec90721f9de463 *inst/include/armadillo_bits/op_max_bones.hpp
8f1ca27585a25772e253096d284d3afa *inst/include/armadillo_bits/op_max_meat.hpp
346e9d7f98f5c2b5ec3bd13c5c4d9f28 *inst/include/armadillo_bits/op_mean_bones.hpp
57fa8fc7ae68e95c4ad82b41c160275f *inst/include/armadillo_bits/op_mean_meat.hpp
719895f88d22e397360477cadbf2b88c *inst/include/armadillo_bits/op_median_bones.hpp
a31f577faf9bae81cace5ac09c792043 *inst/include/armadillo_bits/op_median_meat.hpp
0fb3a2b7c92fba76eb943ccc4415cf82 *inst/include/armadillo_bits/op_min_bones.hpp
c2a56ab9fac236bfff73e82ec8bbf713 *inst/include/armadillo_bits/op_min_meat.hpp
5018e026474936109248fcb8701e1f3a *inst/include/armadillo_bits/op_misc_bones.hpp
9079f52800af0d111b4184249f27e169 *inst/include/armadillo_bits/op_misc_meat.hpp
a238716d7925ad940059dff84f98788e *inst/include/armadillo_bits/op_nonzeros_bones.hpp
930a463f356690c4f67bd2f2c59c77dc *inst/include/armadillo_bits/op_nonzeros_meat.hpp
7a28be0af6351d864c17eda53003555e *inst/include/armadillo_bits/op_norm2est_bones.hpp
c217a832e57d1c4a6170d2445ab1f209 *inst/include/armadillo_bits/op_norm2est_meat.hpp
98227cd1984edbc6df7e5a0e2c6a18a0 *inst/include/armadillo_bits/op_norm_bones.hpp
a0a80cbc5e8dac28696e4107b1c38c98 *inst/include/armadillo_bits/op_norm_meat.hpp
a7b9eef98d496e376e1797b763003da4 *inst/include/armadillo_bits/op_normalise_bones.hpp
ac7465d02a671244b629748723660eda *inst/include/armadillo_bits/op_normalise_meat.hpp
f659f66fd6e3ba041513addff90f4ed0 *inst/include/armadillo_bits/op_orth_null_bones.hpp
b131bef697d65c6bba9ac27c94de5d24 *inst/include/armadillo_bits/op_orth_null_meat.hpp
2f948ae743cb9b29b5da271ef6dfa08e *inst/include/armadillo_bits/op_pinv_bones.hpp
0216db1bc86905cf53311b3b2be2e197 *inst/include/armadillo_bits/op_pinv_meat.hpp
54179ce66bcabd6c475e0ffa60ff64bd *inst/include/armadillo_bits/op_powmat_bones.hpp
6d57448d732cba84484913373a339bca *inst/include/armadillo_bits/op_powmat_meat.hpp
37a19a4ebca23f78eb5b05af343b70db *inst/include/armadillo_bits/op_princomp_bones.hpp
9f7f349340386d1f98be2ec5780b01f1 *inst/include/armadillo_bits/op_princomp_meat.hpp
fa2703874282b8e76fb9151008d305a7 *inst/include/armadillo_bits/op_prod_bones.hpp
bc4c60e33fc5d44ff57cf3e14bce4f39 *inst/include/armadillo_bits/op_prod_meat.hpp
0e0a90d175fec5267aa1b3804edec8cb *inst/include/armadillo_bits/op_range_bones.hpp
6f1d857de8b9a9a5a1d19946a5d389cf *inst/include/armadillo_bits/op_range_meat.hpp
316e47d6ed030837f73760a1e553cca2 *inst/include/armadillo_bits/op_rank_bones.hpp
6233211816dd20c7f18770357530d972 *inst/include/armadillo_bits/op_rank_meat.hpp
91570c03abc7ed7401b463b7cabb32fc *inst/include/armadillo_bits/op_rcond_bones.hpp
7626af4b6a2340eb900310a9f4de993d *inst/include/armadillo_bits/op_rcond_meat.hpp
be0d35279c7b509fb6faf8948b6890fd *inst/include/armadillo_bits/op_relational_bones.hpp
92c6469c177ebc8c3cd0a97c11ad37ba *inst/include/armadillo_bits/op_relational_meat.hpp
e34a4ada93c46b81d272a22968ff62a1 *inst/include/armadillo_bits/op_repelem_bones.hpp
2e45403bb732620b1ceef36d60b01597 *inst/include/armadillo_bits/op_repelem_meat.hpp
f18952a11ecb82a769a84f63cc60784c *inst/include/armadillo_bits/op_repmat_bones.hpp
8c84d81a7307730eb105c60199fbc0c4 *inst/include/armadillo_bits/op_repmat_meat.hpp
2f527ef725af8029e0fa409237a0770d *inst/include/armadillo_bits/op_reshape_bones.hpp
a990b969cac967fb8da681a57ee54de0 *inst/include/armadillo_bits/op_reshape_meat.hpp
3a5a5c963cf09a7c03cde77877c754e6 *inst/include/armadillo_bits/op_resize_bones.hpp
84f38f037bd6e6a18339aad3f6e62ae4 *inst/include/armadillo_bits/op_resize_meat.hpp
1e28425726f9a0eaf089ea5f467b125d *inst/include/armadillo_bits/op_reverse_bones.hpp
c66d70ff9f5085b1833dc9b98687a00b *inst/include/armadillo_bits/op_reverse_meat.hpp
89e9167dda299db89afcce9bd597657d *inst/include/armadillo_bits/op_roots_bones.hpp
d8764a904cb4e7fe26e75af793b6f5e1 *inst/include/armadillo_bits/op_roots_meat.hpp
b180eb5fc352d7361131a4da85f41027 *inst/include/armadillo_bits/op_row_as_mat_bones.hpp
54d7d5ae271e259435d78f06ead1ab49 *inst/include/armadillo_bits/op_row_as_mat_meat.hpp
b2c69f489461dd2f233f53e1b59580d2 *inst/include/armadillo_bits/op_shift_bones.hpp
68d6ac7ef92b340349fda7658b3fbd8f *inst/include/armadillo_bits/op_shift_meat.hpp
faf7b83469bb76494fb32cc999bb781c *inst/include/armadillo_bits/op_shuffle_bones.hpp
ec56e57f6e7c49d987091e91855054a9 *inst/include/armadillo_bits/op_shuffle_meat.hpp
e8a54d20f13d3c02cb7265ddf6a926d4 *inst/include/armadillo_bits/op_sort_bones.hpp
9ce3112c37df730a06fee9c42c17fe62 *inst/include/armadillo_bits/op_sort_index_bones.hpp
f57e1d4e5090f470ffe86e88a48a4eec *inst/include/armadillo_bits/op_sort_index_meat.hpp
3d325cc137c944f8077f1a08d45a7aea *inst/include/armadillo_bits/op_sort_meat.hpp
59e643c0dc9502f5b0caf7971542b292 *inst/include/armadillo_bits/op_sp_as_dense_bones.hpp
6b6f29c95950bf8a661706c279f0f98f *inst/include/armadillo_bits/op_sp_as_dense_meat.hpp
b0f8c929ea5cf7330757377a9ef2a4a5 *inst/include/armadillo_bits/op_sp_diagvec_bones.hpp
8b9cdcdab0aca47a5afe856f30814bce *inst/include/armadillo_bits/op_sp_diagvec_meat.hpp
f93ec35a791f9b0a1c5e661fb823f367 *inst/include/armadillo_bits/op_sp_max_bones.hpp
d7bbba27bc81bac044bdc67e15b6874d *inst/include/armadillo_bits/op_sp_max_meat.hpp
559e39c1f9d5110995c03ea509212196 *inst/include/armadillo_bits/op_sp_mean_bones.hpp
843f8730e1a04117859752837de49e2d *inst/include/armadillo_bits/op_sp_mean_meat.hpp
2aae15e293ded495ac62c30d835b25d9 *inst/include/armadillo_bits/op_sp_min_bones.hpp
db0c527cca4c41614584dc8df222cd45 *inst/include/armadillo_bits/op_sp_min_meat.hpp
3d0ed1651f3c85c02cda41495274785b *inst/include/armadillo_bits/op_sp_minus_bones.hpp
ea3a8b53c43f579d50ed10c9afbb5cbf *inst/include/armadillo_bits/op_sp_minus_meat.hpp
265fd83aa43837402839cdb307fe7452 *inst/include/armadillo_bits/op_sp_nonzeros_bones.hpp
5d30953cce7c083c93db46a5f1919825 *inst/include/armadillo_bits/op_sp_nonzeros_meat.hpp
587492ef4708ecd2a67df48be083300f *inst/include/armadillo_bits/op_sp_plus_bones.hpp
b78d50bb896b3c0e04c627981d5a46aa *inst/include/armadillo_bits/op_sp_plus_meat.hpp
ba95f9e97f23f7a4b437e31e40a18d7e *inst/include/armadillo_bits/op_sp_stddev_bones.hpp
ecaaa3c7f0f894e1108a79fa4e0aab26 *inst/include/armadillo_bits/op_sp_stddev_meat.hpp
9166378816c985847b07a0bea4d93b4f *inst/include/armadillo_bits/op_sp_sum_bones.hpp
145ad84d3b26c260e22baf7e834abf8a *inst/include/armadillo_bits/op_sp_sum_meat.hpp
13480faed28154e568affdd6f7566860 *inst/include/armadillo_bits/op_sp_var_bones.hpp
a42eedcf4f4df7139cb882d9d4232647 *inst/include/armadillo_bits/op_sp_var_meat.hpp
3bd67c75fb589ed111896474b15791b5 *inst/include/armadillo_bits/op_sp_vecnorm_bones.hpp
836b1c0f10a8ab6a07bd611223df42b8 *inst/include/armadillo_bits/op_sp_vecnorm_meat.hpp
e30f4889d35ce090618bc3a41946854d *inst/include/armadillo_bits/op_sqrtmat_bones.hpp
12d6183b3d2839f68d7b412c0efcc677 *inst/include/armadillo_bits/op_sqrtmat_meat.hpp
5dee9515e75f7312996be74550afd1de *inst/include/armadillo_bits/op_stddev_bones.hpp
9ad6dcaf62464519005650f6ad544d66 *inst/include/armadillo_bits/op_stddev_meat.hpp
84433d77257164655ce75af496a762d3 *inst/include/armadillo_bits/op_strans_bones.hpp
4a608055143cc103f769afe9f33f4aae *inst/include/armadillo_bits/op_strans_meat.hpp
7ca11a76da1797684a90075c22e44b7d *inst/include/armadillo_bits/op_sum_bones.hpp
ba569ca9ee09c915da6ed508897d5a21 *inst/include/armadillo_bits/op_sum_meat.hpp
2f5aa45c6c3c2ce7aedd6aede196a84c *inst/include/armadillo_bits/op_symmat_bones.hpp
6ed4ffd90866d88819998d5c1216c68f *inst/include/armadillo_bits/op_symmat_meat.hpp
de0f46b1491f411a2cff7181ccb6e2de *inst/include/armadillo_bits/op_toeplitz_bones.hpp
5b7c67f81730492893b5ac9e7a1f284a *inst/include/armadillo_bits/op_toeplitz_meat.hpp
4cbff1275ba28366767585b7a339184a *inst/include/armadillo_bits/op_trimat_bones.hpp
0236e7afe402d9fbf056e703ec868233 *inst/include/armadillo_bits/op_trimat_meat.hpp
7dded59b9bc90d8e24d6c50387e03b91 *inst/include/armadillo_bits/op_unique_bones.hpp
eba14c54b2da9863e8ccbd95a1f28025 *inst/include/armadillo_bits/op_unique_meat.hpp
0ef89c083667748792a6b2fec8c29ed5 *inst/include/armadillo_bits/op_var_bones.hpp
2e85992fce2c39355d369aaaa16de75a *inst/include/armadillo_bits/op_var_meat.hpp
85179d163f8066be1f3522e7643f3804 *inst/include/armadillo_bits/op_vecnorm_bones.hpp
840343a9220fe9723ee72e99590fd560 *inst/include/armadillo_bits/op_vecnorm_meat.hpp
e384d38ac6f3f02c37cba04b3b99057d *inst/include/armadillo_bits/op_vectorise_bones.hpp
97d0d641de3d16f32fb3092ddc76ed31 *inst/include/armadillo_bits/op_vectorise_meat.hpp
7621ce30c8d483bc95b2bb8d2f615c12 *inst/include/armadillo_bits/op_wishrnd_bones.hpp
19e303bc73d8cf0015d7a342a758fc21 *inst/include/armadillo_bits/op_wishrnd_meat.hpp
704284494d5ecbbe9389bd5c89e6f285 *inst/include/armadillo_bits/operator_cube_div.hpp
93373904ff0427bd1e7ac30f2440fe7b *inst/include/armadillo_bits/operator_cube_minus.hpp
284b70c3d998cc749019b79f89e84e2b *inst/include/armadillo_bits/operator_cube_plus.hpp
6a4c80eb96a65c2c39979f8369874ab1 *inst/include/armadillo_bits/operator_cube_relational.hpp
ecad27b83f091a2813db241b72d41ce6 *inst/include/armadillo_bits/operator_cube_schur.hpp
fddc6922ac691dca9294630bded991ed *inst/include/armadillo_bits/operator_cube_times.hpp
8d4856d219382e554ee4141b262ef20a *inst/include/armadillo_bits/operator_div.hpp
f062f84967bb9978fb05b67409937556 *inst/include/armadillo_bits/operator_minus.hpp
bc5f320250377c9d118b1e8e53022b28 *inst/include/armadillo_bits/operator_ostream.hpp
3abf84caed1d905026fc2c7713f117b1 *inst/include/armadillo_bits/operator_plus.hpp
031cd441437782f04629490d60b2c6a5 *inst/include/armadillo_bits/operator_relational.hpp
fec9bf605e8ac7af4cf7e963d16aaaf6 *inst/include/armadillo_bits/operator_schur.hpp
f79df73d32bd644d6f62c0bce0433f78 *inst/include/armadillo_bits/operator_times.hpp
214cde327787485beb050553aa04d814 *inst/include/armadillo_bits/podarray_bones.hpp
6e715a90d6a01f0d5efe514edc80fc9b *inst/include/armadillo_bits/podarray_meat.hpp
7df853d7a969779a11e5b0e452e44ddc *inst/include/armadillo_bits/promote_type.hpp
0fdb5e043d4864b5c70d41521ec901af *inst/include/armadillo_bits/restrictors.hpp
a1310f6698222ad8d1d0995875624246 *inst/include/armadillo_bits/running_stat_bones.hpp
682edfaf31d39e7e9aa29b563c589e41 *inst/include/armadillo_bits/running_stat_meat.hpp
2ce262f946aa79379c3ea8397c85593e *inst/include/armadillo_bits/running_stat_vec_bones.hpp
1501f9430c874f2339799b6f0e70e2c2 *inst/include/armadillo_bits/running_stat_vec_meat.hpp
89d63aae9c0fa2a085b6a1b24b6a12f2 *inst/include/armadillo_bits/sp_auxlib_bones.hpp
d74dad1bdcd5d7114cb18dc23f79c10a *inst/include/armadillo_bits/sp_auxlib_meat.hpp
ace7e1397bed321432381a8d4c5af0cc *inst/include/armadillo_bits/span.hpp
a7e48f22b3be0ab618d917e88138b130 *inst/include/armadillo_bits/spdiagview_bones.hpp
552fd94e6ec204797e4b284dc4935efe *inst/include/armadillo_bits/spdiagview_meat.hpp
28cd23770e40db2395cd456cfc8c569b *inst/include/armadillo_bits/spglue_join_bones.hpp
0b4d3a0ab0035b81055e410d4328947d *inst/include/armadillo_bits/spglue_join_meat.hpp
1038d73c9bb67a823694fd9bca78402d *inst/include/armadillo_bits/spglue_kron_bones.hpp
967f5d3c5d14fddae553c945abc77780 *inst/include/armadillo_bits/spglue_kron_meat.hpp
52b2e195044b6bf8233b0eb1ba43dd09 *inst/include/armadillo_bits/spglue_max_bones.hpp
45e0ad62aa16e9c2318bf261dceff51d *inst/include/armadillo_bits/spglue_max_meat.hpp
6e026871669b77107f8d647893feb4fe *inst/include/armadillo_bits/spglue_merge_bones.hpp
b30724c6ae85ffc7d50aabc94979ed2f *inst/include/armadillo_bits/spglue_merge_meat.hpp
9f0861db826cfb927c0c6a0b3693ac99 *inst/include/armadillo_bits/spglue_min_bones.hpp
3b54106a6f36d0852ba335110beff4de *inst/include/armadillo_bits/spglue_min_meat.hpp
110f358082177785ac0ea5b6a542fbfb *inst/include/armadillo_bits/spglue_minus_bones.hpp
bdd8fdf6af1ff290dd9422ffc720f556 *inst/include/armadillo_bits/spglue_minus_meat.hpp
160bfb0817b31ee4a1ac2368108cb66c *inst/include/armadillo_bits/spglue_plus_bones.hpp
31c24d40f5e2654469ca4524c723483c *inst/include/armadillo_bits/spglue_plus_meat.hpp
227d4667c8ea8c9a85ce3f21f280e3b2 *inst/include/armadillo_bits/spglue_relational_bones.hpp
858ba67a3d432f84dd03403595a91237 *inst/include/armadillo_bits/spglue_relational_meat.hpp
ed2ca671b64e41ffcc2cb536eacb9025 *inst/include/armadillo_bits/spglue_schur_bones.hpp
4ec797d3c9da6eabde68c00fa7b13563 *inst/include/armadillo_bits/spglue_schur_meat.hpp
ffe310d205515b671fb0e4a41f4a225d *inst/include/armadillo_bits/spglue_times_bones.hpp
1f7dfc18f8aa55423b2b206079a15201 *inst/include/armadillo_bits/spglue_times_meat.hpp
746befe67029847ea18be9199f5318f0 *inst/include/armadillo_bits/spop_diagmat_bones.hpp
a9fd3624696a180122aeebf0dd2837cc *inst/include/armadillo_bits/spop_diagmat_meat.hpp
01a30e3ccdf868055a596b32b588713a *inst/include/armadillo_bits/spop_htrans_bones.hpp
c2dc0bdca7c2f6b6c0fd19a9cc059343 *inst/include/armadillo_bits/spop_htrans_meat.hpp
05edb9530c243ef91bc61272a305bec4 *inst/include/armadillo_bits/spop_misc_bones.hpp
84272509fd5dfd8b61df091eb849dd0c *inst/include/armadillo_bits/spop_misc_meat.hpp
1051b78f1c2e5c269b387afd4c25ded3 *inst/include/armadillo_bits/spop_norm_bones.hpp
1cd9c4a2e599ae96f82f8c30b26b36a6 *inst/include/armadillo_bits/spop_norm_meat.hpp
46aa3eccbdaf4b65521e11a36e97bbe8 *inst/include/armadillo_bits/spop_normalise_bones.hpp
a3a917d1ff34b990259da66c69aabffc *inst/include/armadillo_bits/spop_normalise_meat.hpp
b41dec90ab5de6a9d84a625047e7471a *inst/include/armadillo_bits/spop_relational_bones.hpp
01fcf2547a81a0643a0f16ea0073b50f *inst/include/armadillo_bits/spop_relational_meat.hpp
b3e712f18f75ab5b7391420f5402b207 *inst/include/armadillo_bits/spop_repmat_bones.hpp
a72538e8c5c2223d4cc41d93639ae673 *inst/include/armadillo_bits/spop_repmat_meat.hpp
69d65bce76fd5d9988a65d85974f366d *inst/include/armadillo_bits/spop_reverse_bones.hpp
c30915f060ba941b52762bd1b50a7ccf *inst/include/armadillo_bits/spop_reverse_meat.hpp
ef118f4cde2e456db4c609e07bded14f *inst/include/armadillo_bits/spop_shift_bones.hpp
a31c4e2ad7a83da89cfdec8e45c87218 *inst/include/armadillo_bits/spop_shift_meat.hpp
350caa150e0bbb06a4eda332bb43ddfe *inst/include/armadillo_bits/spop_strans_bones.hpp
0a352ae910b6b7650d50186b98eb6b82 *inst/include/armadillo_bits/spop_strans_meat.hpp
08156fed940f83fe2ca1a807914410ad *inst/include/armadillo_bits/spop_symmat_bones.hpp
f6e655a077480ecd699273654b4bfb2d *inst/include/armadillo_bits/spop_symmat_meat.hpp
79cc799e4e36cecf379c6d7a6199b40b *inst/include/armadillo_bits/spop_trimat_bones.hpp
9197c072c7c4189511bfab43538e2d29 *inst/include/armadillo_bits/spop_trimat_meat.hpp
6fea69e5e64257283777adf03b963526 *inst/include/armadillo_bits/spop_vectorise_bones.hpp
6b096db7a983e0a931df6265eb1e5f90 *inst/include/armadillo_bits/spop_vectorise_meat.hpp
20b7ecdf9163de9d2a7430276299336b *inst/include/armadillo_bits/spsolve_factoriser_bones.hpp
1f08f150d082ebca12a51dfc6556d739 *inst/include/armadillo_bits/spsolve_factoriser_meat.hpp
b98aa421d32d1a7fded958a6bf199e06 *inst/include/armadillo_bits/strip.hpp
9a5a1891b8f94b8f3a309f5351032719 *inst/include/armadillo_bits/subview_bones.hpp
c0a456e412ff7ce4e7936118aacbb073 *inst/include/armadillo_bits/subview_cube_bones.hpp
d6dd136820fa84aefa1dc09609b3f22d *inst/include/armadillo_bits/subview_cube_each_bones.hpp
a6c628c47586c0a0f7e34344f6522779 *inst/include/armadillo_bits/subview_cube_each_meat.hpp
9edacde1456146453ec20a154aa23d6d *inst/include/armadillo_bits/subview_cube_meat.hpp
50e3f3727481a19ca47d1db0fed6d2f1 *inst/include/armadillo_bits/subview_cube_slices_bones.hpp
4046f1e5dd83e0a785b9db9a57ce8f2d *inst/include/armadillo_bits/subview_cube_slices_meat.hpp
f0e05a381ebaeb7307cf91cdf65b5d8e *inst/include/armadillo_bits/subview_each_bones.hpp
269396ba6ec7de777f9bfd5e648bbc3e *inst/include/armadillo_bits/subview_each_meat.hpp
b5c681d35756e78fb48d588de0afabca *inst/include/armadillo_bits/subview_elem1_bones.hpp
9019f61c69d235471998f50666af25d5 *inst/include/armadillo_bits/subview_elem1_meat.hpp
b37538c7c98eb0acca8675124a457d3c *inst/include/armadillo_bits/subview_elem2_bones.hpp
9d5d8fc684d162dcc76de9a18e1dc611 *inst/include/armadillo_bits/subview_elem2_meat.hpp
8de6da2ea0fc057807fc3ca00392a1c6 *inst/include/armadillo_bits/subview_field_bones.hpp
e63189fac708d98f2c592778d0a013cd *inst/include/armadillo_bits/subview_field_meat.hpp
6e77b6d977be4511b22528f6bbfcf875 *inst/include/armadillo_bits/subview_meat.hpp
425b28940a772e1507a59a6dbc1eb2dc *inst/include/armadillo_bits/sym_helper.hpp
7905c9704c570710d1925f3dcb07c624 *inst/include/armadillo_bits/traits.hpp
1ebd50e9020507a43a257b9d9fdfd403 *inst/include/armadillo_bits/translate_arpack.hpp
11b823245a3a1e01803882e8a1408092 *inst/include/armadillo_bits/translate_atlas.hpp
c989354b4c1057243513222ce798417b *inst/include/armadillo_bits/translate_blas.hpp
ed85a3415bfa5c419307039b2dcdedd7 *inst/include/armadillo_bits/translate_fftw3.hpp
8b4e88ae72a6f2b770f7eedd9bcbb4a1 *inst/include/armadillo_bits/translate_lapack.hpp
7cd2fa2f38c69a7299bb7275ef47baa2 *inst/include/armadillo_bits/translate_superlu.hpp
b5bd96762bd4b99b8336b3cd81e4b07e *inst/include/armadillo_bits/trimat_helper.hpp
cd86b60fe5464e0657673aba4d66c55e *inst/include/armadillo_bits/typedef_elem.hpp
8eaaf415ee254a51cd23d97d65ab0d8e *inst/include/armadillo_bits/typedef_elem_check.hpp
eef45088caef7a830105fdf12ecd2510 *inst/include/armadillo_bits/typedef_mat.hpp
59204c3c874b7d3590199f5e6cfbc9b7 *inst/include/armadillo_bits/typedef_mat_fixed.hpp
ad65886f42b55caeaf9a7cf5e85dfed0 *inst/include/armadillo_bits/unwrap.hpp
5f1d090378cfdaec8d7b8ccd15c11d29 *inst/include/armadillo_bits/unwrap_cube.hpp
ad943dd25fa39399bd8d04523abddedd *inst/include/armadillo_bits/unwrap_spmat.hpp
cb3edf0a9c3c1d6549cf4ecb0be6a4f5 *inst/include/armadillo_bits/upgrade_val.hpp
43a2d0fa4721131989b16834954667ee *inst/include/armadillo_bits/wall_clock_bones.hpp
f5c106aa5cdaf6e0ff84a4f4ef3c68ac *inst/include/armadillo_bits/wall_clock_meat.hpp
6832cf55ed501cd77551b7ac351fc388 *inst/include/armadillo_bits/xtrans_mat_bones.hpp
e63bc16dc2fbd57c2e6fca14953523ac *inst/include/armadillo_bits/xtrans_mat_meat.hpp
3c94c3aadbc81a91ac8a5edb33faac4b *inst/include/armadillo_bits/xvec_htrans_bones.hpp
6114157f136708e5a22e76b7cc52e340 *inst/include/armadillo_bits/xvec_htrans_meat.hpp
e62585629948e7dd143efbad43c2a6eb *inst/skeleton/Makevars
e62585629948e7dd143efbad43c2a6eb *inst/skeleton/Makevars.win
072214dfd360b239e67aa8a29c564ea1 *inst/skeleton/rcpparma_hello_world.Rd
6f35999ed6c5117a6c547833c636afd1 *inst/skeleton/rcpparma_hello_world.cpp
0ebc72e83cb36b1706239d400f4a292d *inst/tinytest/cpp/Rlapack.cpp
d2e0be58ea75b3d0aa7089ef131848c3 *inst/tinytest/cpp/any_as_vec.cpp
1480cb2147d16df6c1e4187eea009b3e *inst/tinytest/cpp/armadillo.cpp
ab3e35e3243da9f9f193bf3a4f5d83fb *inst/tinytest/cpp/colrow_as_vec.cpp
3da810d96e56cdaca0590f2ce46e4dea *inst/tinytest/cpp/complex.cpp
311bacd34f8b9f071223ce850b0237be *inst/tinytest/cpp/cube.cpp
565de9891c83fbf29b113955a5d82ebb *inst/tinytest/cpp/fields.cpp
a4f17b00ae044a2a654adc4a62c508ee *inst/tinytest/cpp/fields_new.cpp
c8672878a3ff0be51186f7d79ff28aa6 *inst/tinytest/cpp/rmultinom.cpp
bffc543aba8aa98bb5a13d968ab16506 *inst/tinytest/cpp/rng.cpp
a1ddd74a7c925a4d576d6e8227dfb546 *inst/tinytest/cpp/sample.cpp
c04abcba0775a4e2cc925ceeca7c31e8 *inst/tinytest/cpp/sparse.cpp
28ee64876b5dc5bd01fc9c12c647492f *inst/tinytest/test_Rlapack.R
eaf021e02df90cd9e2015e31f63f0ec5 *inst/tinytest/test_complex.R
95e0187aedf6b54553356b456c989e3b *inst/tinytest/test_cube.R
eeb5f550d2f4a32d1b2ad49d6e09bbf2 *inst/tinytest/test_fastLm.R
65b6bebf8b4b28051f3435659d0097df *inst/tinytest/test_fields.R
2debd6c0cf861627798a306817aaa6ef *inst/tinytest/test_fields_new.R
e775ad36e9a1c0b67afee3e39e5fc43b *inst/tinytest/test_misc.R
628a439ae16a9b311cccf2b1ad36b6a3 *inst/tinytest/test_rcpparmadillo.R
19842b532c4ba3ace953cd423c005214 *inst/tinytest/test_rmultinom.R
973976aad43c2a01c984f14880d84127 *inst/tinytest/test_rng.R
501cf848d1977214130193e353f68176 *inst/tinytest/test_sample.R
923d99eb5ee14fed21ec5b3f0dc8df76 *inst/tinytest/test_scipy2r.R
463d670f332aba2234dba497a8961466 *inst/tinytest/test_sparse.R
401c8d66027b041dc671f820a0d14c3d *inst/tinytest/test_sparseConversion.R
3d7cdee3d57b48d3882844db1cfe5370 *man/RcppArmadillo-package.Rd
5fb3c647aed044c291bc4938755d7599 *man/RcppArmadillo.package.skeleton.Rd
c41a2fb537c4e9ed96f82c15b7a7382d *man/armadillo_get_number_of_omp_threads.Rd
1d7cd3261ff81c4b924b9133c3cf371a *man/armadillo_set_seed.Rd
c4a623bb5a3fb6b51fae3b0fde22ed31 *man/armadillo_set_seed_random.Rd
974993fcda649cba3eca75a6131b8195 *man/armadillo_throttle_cores.Rd
53d212616758a15391c8ed8c0a3c8b04 *man/armadillo_version.Rd
e2e887e4f5b83318b887c5ae26320da2 *man/fastLm.Rd
19266bffa767303c3456e3cf2f09bbcf *src/Makevars.in
e688919f24bfb97e92017669d164d703 *src/Makevars.win
78d1fc377f80e785c1add57908954429 *src/RcppArmadillo.cpp
ea9688ddd2a3a70aa55d667dabb8cc8a *src/RcppExports.cpp
07dcff882439077560a82ef8ef6e5d75 *src/fastLm.cpp
29f35f110171b2d41cc73c9ed1ec3dfc *tests/tinytest.R
36775614f3fdb06c07121a96332741e6 *vignettes/RcppArmadillo-intro.Rnw
b7df93033cf8677a5bbd8870522ca9eb *vignettes/RcppArmadillo-sparseMatrix.Rnw
044ccafdf8dd529225c75f5ce4078517 *vignettes/pdf/RcppArmadillo-intro.pdf
b68701a1b6b214ef7b24a8a304f53a1c *vignettes/pdf/RcppArmadillo-sparseMatrix.pdf