Mentions légales du service

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

Minor doc change in matfaust.Faust.

parent fcbe6a83
No related branches found
No related tags found
No related merge requests found
...@@ -1848,6 +1848,8 @@ classdef Faust ...@@ -1848,6 +1848,8 @@ classdef Faust
%========================================================================================== %==========================================================================================
%> @brief The number of factors of F. %> @brief The number of factors of F.
%> %>
%> @note using length(F) is shorter!
%>
%> @b Usage %> @b Usage
%> %>
%>     @b A = numfactors(F) %>     @b A = numfactors(F)
...@@ -2434,7 +2436,7 @@ classdef Faust ...@@ -2434,7 +2436,7 @@ classdef Faust
end end
%========================================================== %==========================================================
%> Performs the power iteration algorithm to compute the greatest eigenvalue of the Faust. %> @brief Performs the power iteration algorithm to compute the greatest eigenvalue of the Faust.
%> %>
%> For the algorithm to succeed the Faust should be diagonalizable %> For the algorithm to succeed the Faust should be diagonalizable
%> (similar to a digonalizable Faust), ideally, a symmetric positive-definite Faust. %> (similar to a digonalizable Faust), ideally, a symmetric positive-definite Faust.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment