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
IParallelizable.m
Go to the documentation of this file.
1 
2 
3 /* (Autoinserted by mtoc++)
4  * This source code has been filtered by the mtoc++ executable,
5  * which generates code that can be processed by the doxygen documentation tool.
6  *
7  * On the other hand, it can neither be interpreted by MATLAB, nor can it be compiled with a C++ compiler.
8  * Except for the comments, the function bodies of your M-file functions are untouched.
9  * Consequently, the FILTER_SOURCE_FILES doxygen switch (default in our Doxyfile.template) will produce
10  * attached source files that are highly readable by humans.
11  *
12  * Additionally, links in the doxygen generated documentation to the source code of functions and class members refer to
13  * the correct locations in the source code browser.
14  * However, the line numbers most likely do not correspond to the line numbers in the original MATLAB source files.
15  */
16 
18  :public handle {
36  public: /* ( setObservable ) */
37 
38  ComputeParallel = false;
51  public: /* ( setObservable ) */
52 
53 
54 #if 0 //mtoc++: 'set.ComputeParallel'
55 function ComputeParallel(value) {
56  if ~islogical(value)
57  error(" Value must be logical ");
58  end
59  this.ComputeParallel= value;
60  }
61 
62 #endif
63 
64 
70 };
71 
Matlab's base handle class (documentation generation substitute)
ComputeParallel
Flag whether the code should be run in parallel or not.
IParallelizable Interface to indicate parallel computation capability of the implementing classes...