]> Creatis software - CreaPhase.git/blob - octave_packages/linear-algebra-2.2.0/packinfo/NEWS
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / linear-algebra-2.2.0 / packinfo / NEWS
1 Summary of important user-visible changes for linear-algebra 2.2.0:
2 -------------------------------------------------------------------
3
4  ** The following functions are new in 2.2.0:
5
6       circulant_eig     circulant_inv     circulant_make_matrix
7       circulant_matrix_vector_product
8       nmf_pg     nmf_bpas
9
10  ** Package is now dependent on general (>= 1.3.0)
11
12  ** Package is no longer automatically loaded.
13
14 Summary of important user-visible changes for linear-algebra 2.1.0:
15 -------------------------------------------------------------------
16
17  ** The following functions are new in 2.1.0:
18
19       lobpcg  ndcovlt
20
21  ** The following functions were removed since equivalents are now
22     part of GNU octave core:
23
24       bicg  mgorth
25
26  ** The following functions were deprecated since equivalents are
27     now part of GNU octave core:
28
29       pgmres
30
31  ** The function `funm' now also accepts function handles.
32
33  ** Help text of most functions has been improved.