User`s guide

20 MATLAB C/C++ Math Library 2.2 Release Notes
20-2
New Features
This section introduces the new features and enhancements added in the
MATLAB C/C++ Math Library 2.2 since the MATLAB C/C++ Math Library 2.1
(Release 12.0).
For information about MATLAB C/C++ Math Library features that are
incorporated from recent releases, see the Release Notes for Release 12.
New Math Library Functions
The following new and modified Math Library functions are available in
Version 6.1.
New Math Library Functions
Function Purpose
deval,
mlfDeval
Evaluate the solution of a differential equation problem
using the output of
ode45, ode23, ode113, ode15s, ode23s,
ode23t, ode23tb, or bvp4c.
Math Library Functions with New or Changed Capabilities
Function Enhancement
ode45
, ...
mlfOde45, ...
New MATLAB syntax
sol = solver(odefun,[t0 tf],
y0...)
returns a structure that you can use with the new
deval and mlfDeval functions to evaluate the solution at
any point on the interval
[t0,tf].
polyeig,
mlfPolyeig
New MATLAB syntax e = polyeig(A0,A1,..,Ap) returns
only the eigenvalues of the specified eigenvalue problem.
Use [
X,e] = polyeig(A0,A1,...Ap) if you also want the
eigenvectors. This capability is available in MATLAB 6.0.
qz,
mlfQz
New MATLAB syntax [AA,BB,Q,Z,V,W] = qz(A,B)
returns
W, the left generalized eigenvectors of A and B.