bigalgebra 3.0.0
- Added equivalent of the BLAS FORTRAN functions: DSET, DVCAL, DADD, DSUB, DSWAP, DDOT, DQDDOT, DHPROD, DXYZ, DSUM, DASUM, DNRM2, DPRDCT, IDMIN, IDMAX, IDAMIN, IDAMAX, DSYMM. More precisely, the wrappers that call into BLAS are: dadd(), ddot(), dasum(), dnrm2() and dsymm(). The other routines are implemented with explicit C++ loops.
- Added vignettes to the package
- Updated README
- Created a dsqrt() helper wired through the C++ backend to apply element-wise square roots to double vectors, matrices, and big.matrix objects in place.
bigalgebra 2.0.2
CRAN release: 2025-09-08
- Maintainer email update
- Code fix to get rid of random errors for gcc 1.5 or windows based.