MATLAB COMPILER RELEASE NOTES User's Guide Page 272

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 271
R2011a
9-10
Compatibility Considerations
Since the QR factorization is not unique, these different results are still correct. Ensure
that your code does not depend on the values of the elements of the factors Q and R.
Functionality Being Removed
Function Name What
Happens
When You
Use This
Function
Use This Function Instead Compatibility Considerations
bessel Errors besselj Replace all instances of bessel
with besselj.
intwarning Errors None Remove all instances of
intwarning from your code.
luinc Warns ilu Replace instances of luinc with
ilu.
cholinc(X,'inf')Warns None Remove all instances of
cholinc(X,'inf') from your
code.
All other syntaxes
of cholinc except
cholinc(X,'inf')
Warns ichol Replace these instances of
cholinc with ichol.
RandnAlg property
of RandStream
class
Still runs NormalTransform property
of RandStream class
Replace all existing
instances of RandnAlg with
NormalTransform.
setDefaultStream
method of
RandStream class
Still runs setGlobalStream method
of RandStream class
Replace all existing instances of
RandStream.setDefaultStream
with
RandStream.setGlobalStream.
getDefaultStream
method of
RandStream class
Still runs getGlobalStream method
of RandStream class
Replace all existing instances of
RandStream.getDefaultStream
with
RandStream.getGlobalStream.
Page view 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 715 716

Comments to this Manuals

No comments