MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guida Utente Pagina 181

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 180
Optimizing Arrays
6-5
If you compile this with the -O none option, you get
...
mlfAssign(
&y,
mclMtimes(
mlfDoubleMatrix(2, 2, _array0_, (double *)NULL),
mlfDoubleMatrix(2, 2, _array1_, (double *)NULL)));
...
Compiling with -O none -O fold_non_scalar_mxarrays:on gives
...
mlfAssign(&y, _mxarray4_);
...
Scalars
(fold_mxarrays) This option is equivalent to using both
fold_scalar_mxarrays and fold_non_scalar_mxarrays. It is included for
compatibility with P-code generation.
Vedere la pagina 180
1 2 ... 176 177 178 179 180 181 182 183 184 185 186 ... 273 274

Commenti su questo manuale

Nessun commento