KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
class_substitutes.c
Go to the documentation of this file.
1 
73 class matrix {
80 };
82  :public matrix {
89 };
90 
91 class handle {
102 public:
107 
108 
113 
117 delete;
118 
123 
128 
133 
138 
143 
148 
154 
168 
173 
178 
183 
190 }
transpose
Transposes the elements of the handle object array.
notify
Broadcast a notice that a specific event is occurring on a specified handle object or array of handle...
fields
Returns a cell array of string containing the names of public properties.
isvalid
Returns a logical array in which elements are true if the corresponding elements in the input array a...
display
Handle object display method called when MATLAB software interprets an expression returning a handle ...
A matlab matrix.
sort
ort the handle objects in any array in ascending or descending order.
reshape
hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape ...
Matlab's base handle class (documentation generation substitute)
A matlab sparse matrix.
fieldnames
Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames f...
permute
Rearranges the dimensions of the handle object array. See the MATLAB permute function.
disp
Handle object disp method which is called by the display method. See the MATLAB disp function...
eq
Relational functions example. See details for more information.
findprop
Returns a meta.property objects associated with the specified property name.
findobj
Finds objects matching the specified conditions from the input array of handle objects.
addlistener
Creates a listener for the specified event and assigns a callback function to execute when the event ...