v0.500.0 Updates:
- instances of
mat
andcube
are initialised to contain zero-valued elements by default - added
standalone zeros()
,ones()
,randu()
,randn()
,eye()
- added
pyarma_rng.set_seed(value)
andpyarma_rng.set_seed_random()
- added extra forms for
lu()
,qr()
,qr_econ()
,qz()
,svd_econ()
- added subscripting for
size
objects range()
renamed tospread()
to prevent conflicts with built-inrange()
in Python- for
solve()
,solve_opts_*
flags renamed tosolve_opts.*
(eg.solve_opts_fast
is nowsolve_opts.fast
) - for
mat
andcube
constructors,fill_*
flags renamed tofill.*
(eg.fill_zeros
is nowfill.zeros
)
Download
For downloading the packages, please visit here