Mentions légales du service

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

Minor change.

Update API doc. One update is related to #32.
parent 96f20abe
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
% ====================================================================== % ======================================================================
%> @brief This factory class provides methods for generating a Faust especially by factorization of a dense matrix. %> @brief This factory class provides methods for generating a Faust especially by factorization of a dense matrix.
%> %>
%> This factory class provides methods for generating a Faust especially by factorization of a dense matrix.
%> %>
%> This class gives access to the main factorization algorithms of %> This class gives access to the main factorization algorithms of
%> FAµST. Those algorithms can factorize a dense matrix to a sparse product %> FAµST. Those algorithms can factorize a dense matrix to a sparse product
......
...@@ -802,6 +802,7 @@ class Faust: ...@@ -802,6 +802,7 @@ class Faust:
repetitively. repetitively.
- Subindexing a Faust which would create an empty Faust will raise - Subindexing a Faust which would create an empty Faust will raise
an error. an error.
- fancy indexing must be done with a list not a numpy array.
Args: Args:
F: the Faust object. F: the Faust object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment