Home > freetb4matlab > general > isdefinite.m

isdefinite

PURPOSE ^

% Return 1 if @var{x} is symmetric positive definite within the

SYNOPSIS ^

function retval = isdefinite (x, tol)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} isdefinite (@var{x}, @var{tol})
% Return 1 if @var{x} is symmetric positive definite within the
% tolerance specified by @var{tol} or 0 if @var{x} is symmetric
% positive semidefinite.  Otherwise, return -1.  If @var{tol}
% is omitted, use a tolerance equal to 100 times the machine precision.
% @seealso{issymmetric}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003