代码搜索:Definite

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

代码结果 349
www.eeworm.com/read/349590/6291709

m ldlt.m

function [L,D]=ldlt(R) % function [L,D]=ldlt(R) % Computes the LDU decomposition of a % symmetric positive definite matrix. % % Programmed by: Dimitris Manolakis, 1996 % %---------------------
www.eeworm.com/read/158100/11643624

m ldlt.m

function [L,D]=ldlt(R) % function [L,D]=ldlt(R) % Computes the LDU decomposition of a % symmetric positive definite matrix. % % Programmed by: Dimitris Manolakis, 1996 % %---------------------
www.eeworm.com/read/155543/11864150

m ldlt.m

function [L,D]=ldlt(R) % function [L,D]=ldlt(R) % Computes the LDU decomposition of a % symmetric positive definite matrix. % % Programmed by: Dimitris Manolakis, 1996 % %---------------------
www.eeworm.com/read/232058/14209456

m ldlt.m

function [L,D]=ldlt(R) % function [L,D]=ldlt(R) % Computes the LDU decomposition of a % symmetric positive definite matrix. % % Programmed by: Dimitris Manolakis, 1996 % %---------------------
www.eeworm.com/read/240162/4583049

c enum4.c

// { dg-do assemble } // { dg-options "-Wall" } enum tristate { no = -1, maybe, yes }; tristate definite_tristate (int truth) { return (truth) ? yes : no; }
www.eeworm.com/read/233448/4675868

c enum4.c

// { dg-do assemble } // { dg-options "-Wall" } enum tristate { no = -1, maybe, yes }; tristate definite_tristate (int truth) { return (truth) ? yes : no; }
www.eeworm.com/read/366702/2871916

c enum4.c

// { dg-do assemble } // { dg-options "-Wall" } enum tristate { no = -1, maybe, yes }; tristate definite_tristate (int truth) { return (truth) ? yes : no; }
www.eeworm.com/read/373344/9462229

m lehmer.m

function A = lehmer(n) % % A matrix generator for iterative templates tester. % % LEHMER A = LEHMER(N) is the symmetric positive definite N-by-N matrix with % A(i,j) = i/j for
www.eeworm.com/read/140700/13065962

txt alg065.txt

> restart; > # LDL^t ALGORITHM 6.5 > # > # To factor the positive definite n by n matrix A into LDL**T, > # where L is a lower triangular matrix with ones along the diagonal > # and D is a diagon
www.eeworm.com/read/140700/13066261

txt alg065.txt

> restart; > # LDL^t ALGORITHM 6.5 > # > # To factor the positive definite n by n matrix A into LDL**T, > # where L is a lower triangular matrix with ones along the diagonal > # and D is a diagon