Mentions légales du service

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

Document matfaust.Faust attributes.

parent f96d49e2
No related branches found
No related tags found
No related merge requests found
...@@ -97,9 +97,13 @@ ...@@ -97,9 +97,13 @@
classdef Faust classdef Faust
properties (SetAccess = protected, Hidden = true) properties (SetAccess = protected, Hidden = true)
%> @brief Underlying Faust native object handle.
matrix; % Handle to the FaustCore class instance matrix; % Handle to the FaustCore class instance
%> @brief See Faust.isreal.
is_real; is_real;
%> @brief See Faust.device.
dev; % cpu or gpu dev; % cpu or gpu
%> @brief See Faust.class.
dtype; % double (for complex or real), or float dtype; % double (for complex or real), or float
end end
% properties (Constant) % properties (Constant)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment