You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 4.1.0
- Remove destination parameters from Vec.tl, Vec.inits,
Vec.tl_dyn, Vec.inits_dyn, and add ?share flag to them.
- Fix a wrong type of getrs
Release version 4.0.0
- Remove extra dynamic checks from most BLAS/LAPACK functions
- Change subtyping trick for flags
- GADT-style generative existential types
- Utility functions of vectors: cons, hd, tl, last, inits
Release version 3.0.0
The interface of the following functions is changed because of
compatibility with Lacaml:
- Slap.[SDCZ].swap: the labeled argument `x' becomes unlabeled.
- Slap.[SDCZ].Mat.transpose_copy: the parameter `b' for destination
memory becomes optional and internally allocated if it is omitted.
- Slap.[SDCZ].Mat.transpose is removed. transpose_copy can be used instead.
- Slap.[SDCZ].Vec.{zpxy,zmxy}: the optional argument `z' cannot be
omitted.