| Function |
Purpose
Statement |
| scattered2dInterp |
Computes a
smooth bivariate
interpolant to
scattered data
that is locally
a quintic
polynomial in
two variables. |
| setUserFcnReturnFlag |
Indicates a
condition has
occurred in a
user-supplied
function
necessitating a
return to the
calling
function. |
| simpleStatistics |
Computes basic
univariate
statistics. |
| smooth1dData |
Smooth
one-dimensional
data by error
detection. |
| sort |
Sorts a vector
by algebraic
value.
Optionally, a
vector can be
sorted by
absolute value,
and a sort
permutation can
be returned. |
| iSort |
Sorts an integer
vector by
algebraic value.
Optionally, a
vector can be
sorted by
absolute value,
and a sort
permutation can
be returned. |
| sparseCholeskySmp |
Computes the
Cholesky
factorization of
a sparse real
symmetric
positive
definite matrix
A by an OpenMP
parallelized
supernodal
algorithm and
solves the
sparse real
positive
definite system
of linear
equations
\(Ax=b\). |
| sparseCholeskySmpComplex |
Computes the
Cholesky
factorization of
a sparse
(complex)
Hermitian
positive
definite matrix
A by an OpenMP
parallelized
supernodal
algorithm and
solves the
sparse Hermitian
positive
definite system
of linear
equations
\(Ax=b\). |
| sparseLinProg |
Solves a sparse
linear
programming
problem by an
infeasible
primal-dual
interior-point
method. |
| sparseQuadraticProg |
Solves a sparse
convex quadratic
programming
problem by an
infeasible
primal-dual
interior-point
method. |
| spline2dIntegral |
Evaluates the
integral of a
tensor-product
spline on a
rectangular
domain. |
| spline2dInterp |
Computes a
two-dimensional,
tensor-product
spline
interpolant from
two-dimensional,
tensor-product
data. |
| spline2dLeastSquares |
Computes a
two-dimensional,
tensor-product
spline
approximant
using least
squares. |
| spline2dValue |
Computes the
value of a
tensor-product
spline or the
value of one of
its partial
derivatives. |
| splineIntegral |
Computes the
integral of a
spline. |
| splineInterp |
Computes a
spline
interpolant. |
| splineKnots |
Computes the
knots for a
spline
interpolant. |
| splineLeastSquares |
Computes a
least-squares
spline
approximation. |
| splineLsqConstrained |
Computes a
least-squares
constrained
spline
approximation. |
| splineNdInterp |
Performs a
multidimensional
interpolation
and
differentiation
for up to 7
dimensions. |
| splineValue |
Computes the
value of a
spline or the
value of one of
its derivatives. |
| superlu |
Computes the LU
factorization of
a general sparse
matrix by a
column method
and solves the
real sparse
linear system of
equations
\(Ax=b\). |
| superluComplex |
Computes the
LU
factorization of
a general
complex sparse
matrix by a
column method
and solves the
complex sparse
linear system of
equations
\(Ax=b\). |
| superluSmp |
Computes the
LU
factorization of
a general sparse
matrix by a
left-looking
column method
using OpenMP
parallelism, and
solves the real
sparse linear
system of
equations
\(Ax=b\). |
| superluSmpComplex |
Computes the
LU
factorization of
a general
complex sparse
matrix by a
left-looking
column method
using OpenMP
parallelism and
solves the
complex sparse
linear system of
equations
\(Ax=b\). |