代码搜索:Definite

找到约 349 项符合「Definite」的源代码

代码结果 349
www.eeworm.com/read/359519/10140794

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/424063/10499582

m dcovar.m

function [p,q] = dcovar(a,b,c,d,w) %DCOVAR Covariance response of discrete system to white noise. % [P,Q] = DCOVAR(A,B,C,D,W) computes the covariance response of the % discrete state-space system
www.eeworm.com/read/420306/10804719

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/451547/7461925

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/397111/8067182

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/241192/13164287

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/318840/13471270

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/314385/13568729

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/309287/13675243

h sybfd.h

// LAPACK++ (V. 1.1) // (C) 1992-1996 All Rights Reserved. // Dominik Wagenfuehr // Copyright (C) 2006 // This library is free software; you can redistribute
www.eeworm.com/read/309287/13675335

cc sybfd.cc

// Dominik Wagenfuehr // Copyright (C) 2006 // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Publi