Mentions légales du service

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

Add a note in matfaust.Faust.factors about the fact that float sparse matrices...

Add a note in matfaust.Faust.factors about the fact that float sparse matrices are not supported by Matlab.
parent 5a9d3f64
No related merge requests found
......@@ -1049,6 +1049,8 @@ classdef Faust
%>
%> @retval factors a matrix copy of the i-th factor if i is a single index or a new Faust composed of i-th to the j-th factors of F. The factors copies keep the storage organization of the source matrix (full or sparse).
%>
%> @note Matlab doesn't support float sparse matrices, but matfaust does! Hence when you call Faust.factors on a float sparse Faust to retrieve one factor you'll get a double sparse matrix as a copy of the float sparse matrix.
%>
%> @b Example
%> @code
%> F = matfaust.rand(5, 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment