代码搜索:Definite
找到约 349 项符合「Definite」的源代码
代码结果 349
www.eeworm.com/read/493804/6391094
for iderr.for
$debug
C==============================================================
CKunnath30Jan95
C
SUBROUTINE IDERR(INP,IVAL,IRET)
CHARACTER*6 TEXT(20)
if (INP.eq.20) then
www.eeworm.com/read/493294/6399983
m pd_check.m
function posdef = pd_check(a)
%PD_CHECK Check if the matrix is positive (semi-) definite
%
% POSDEF = PD_CHECK(A)
%
% Check for a symmetric matrix A if it is positive definite.
% POSDEF = 1 if A i
www.eeworm.com/read/492400/6422244
m pd_check.m
function posdef = pd_check(a)
%PD_CHECK Check if the matrix is positive (semi-) definite
%
% POSDEF = PD_CHECK(A)
%
% Check for a symmetric matrix A if it is positive definite.
% POSDEF = 1 if A i
www.eeworm.com/read/478401/6716211
m utchol.m
function C = utchol(P)
%
% for P symmetric and positive definite,
% computes upper triangular C such that
% C*C' = P
%
[n,m] = size(P);
if (n-m) error('non-square argument'); end;
for j=m:-1
www.eeworm.com/read/400576/11573498
m pd_check.m
function posdef = pd_check(a)
%PD_CHECK Check if the matrix is positive (semi-) definite
%
% POSDEF = PD_CHECK(A)
%
% Check for a symmetric matrix A if it is positive definite.
% POSDEF = 1 if A i
www.eeworm.com/read/213240/15139987
m pd_check.m
function posdef = pd_check(a)
%PD_CHECK Check if the matrix is positive (semi-) definite
%
% POSDEF = PD_CHECK(A)
%
% Check for a symmetric matrix A if it is positive definite.
% POSDEF = 1 if A i
www.eeworm.com/read/471386/6892092
m lmax.m
function [lmval,indd]=lmax(xx,filt)
%LMAX [lmval, indd]=lmax(xx,filt). Find local maxima in vector XX,where
% LMVAL is the output vector with maxima values, INDD is the
% corresponding indexes,
www.eeworm.com/read/471387/6892093
m lmin.m
function [lmval,indd]=lmin(xx,filt)
%LMIN function [lmval,indd]=lmin(x,filt)
% Find local minima in vector X, where LMVAL is the output
% vector with minima values, INDD is the corresponding indec
www.eeworm.com/read/173076/9675424
m wishrnd.m
% WISHRND - Random Matrix from Wishart Distribution
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [W] = wishrnd(Sc,nu)
%
% W = returned random symmetric positiv
www.eeworm.com/read/267609/11170923
m wishrnd.m
% WISHRND - Random Matrix from Wishart Distribution
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [W] = wishrnd(Sc,nu)
%
% W = returned random symmetric positiv