代码搜索:Definite

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

代码结果 349
www.eeworm.com/read/326727/13120229

h jama_cholesky.h

#ifndef JAMA_CHOLESKY_H #define JAMA_CHOLESKY_H #include "math.h" /* needed for sqrt() below. */ namespace JAMA { using namespace TNT; /** For a symmetric, positive definite matrix A,
www.eeworm.com/read/157044/11743396

m geond.m

function p = geond(S,Sxy,minsep,ntries); % GEOND : Geometric nested dissection ordering. % % p = geond(S,Sxy,minsep,ntries). Nested dissection ordering of S. % For a symmetric positive definite matri
www.eeworm.com/read/483095/1280371

m spdinv.m

function Minv = SPDinv(M); % % Grewal & Andrews, Kalman Filtering Theory and Practice Using MATLAB, 3rd % Edition, Wiley, 2008. % % Inverts symmetric positive definite matrix M using modified Cho
www.eeworm.com/read/483095/1280372

m spdinvip.m

function Minv = SPDinvIP(M); % % Grewal & Andrews, Kalman Filtering Theory and Practice Using MATLAB, 3rd % Edition, Wiley, 2008. % % Inverts symmetric positive definite matrix M using modified C
www.eeworm.com/read/366142/2893115

mtx help.mtx

func chol chol (X) Returns the cholesky decomposition, B, of X, such that B*B' = X. B will be lower triangular. X must be symmetric and positive definite. func cols cols (X) Returns
www.eeworm.com/read/386253/8759863

m alg066.m

% CHOLESKI'S ALGORITHM 6.6 % % To factor the positive definite n by n matrix A into LL**T, % where L is lower triangular. % % INPUT: the dimension n; entries A(I,J), 1
www.eeworm.com/read/386253/8760070

m alg066.m

% CHOLESKI'S ALGORITHM 6.6 % % To factor the positive definite n by n matrix A into LL**T, % where L is lower triangular. % % INPUT: the dimension n; entries A(I,J), 1
www.eeworm.com/read/159921/10587787

m randpds.m

function [C]=randpds(dim,diagm) % [C]=randpds(dim,diagm) % % RANDPDS generates random positive definite symetric matrix of % given dimension. % % Input: % dim [1x1] given dimension of desired matri
www.eeworm.com/read/421949/10676470

m randpds.m

function [C]=randpds(dim,diagm) % [C]=randpds(dim,diagm) % % RANDPDS generates random positive definite symetric matrix of % given dimension. % % Input: % dim [1x1] given dimension of desired matri
www.eeworm.com/read/140697/13066771

m alg066.m

% CHOLESKI'S ALGORITHM 6.6 % % To factor the positive definite n by n matrix A into LL**T, % where L is lower triangular. % % INPUT: the dimension n; entries A(I,J), 1