Opened 8 years ago
Closed 8 years ago
#9379 closed enhancement (fixed)
gsl-2.4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.1 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
deprecated routines:
deprecated routine 'gsl_linalg_hessenberg' (replaced by gsl_linalg_hessenberg_decomp) removed routines which were deprecated in v2.1:
changed COD expression to Q R ZT instead of Q R Z to be consistent with standard texts
added check for nz == 0 in gsl_spmatrix_get (reported by Manuel Schmitz)
permit zero-dimension blocks, vectors, matrics, subvectors, submatrices, and views of the above (bug #49988)
added routine gsl_linalg_COD_lssolve2 for regularized least squares problems