Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 634c8213 authored by hhakim's avatar hhakim
Browse files

Minor changes.

Fix experimental block issues and see also doc blocks (for eigtj).
parent 7f45dba7
No related branches found
No related tags found
No related merge requests found
Pipeline #833895 skipped
......@@ -63,9 +63,6 @@
%> over Networks 2018, 4(2), pp 407-420 <https://hal.inria.fr/hal-01416110>
%>
%> <p> @b See @b also fact.svdtj
% experimental block start
%> <p> @b See @b also fact.fgft_givens, fact.fgft_palm
% experimental block stop
%>
%==========================================================================================
function [V,D] = eigtj(M, varargin)
......
......@@ -253,9 +253,6 @@ def eigtj(M, nGivens=None, tol=0, order='ascend', relerr=True,
See also:
svdtj
See also:
fgft_givens, fgft_palm
"""
D, core_obj = _FaustCorePy.FaustFact.eigtj(M, nGivens, tol, relerr,
nGivens_per_fac, verbosity, order)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment