代码搜索:Definite

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

代码结果 349
www.eeworm.com/read/162614/5537177

xfail jacks.xfail

12.4.1-runtime-1 12.4.1-runtime-2 12.4.1-runtime-3 12.4.1-runtime-4 13.1-runtime-constant-1 13.1-runtime-constant-3 13.1-runtime-field-1 13.1-runtime-method-5 13.1-runtime-method-6 13.4.8-constant-run
www.eeworm.com/read/162519/5546709

xfail jacks.xfail

12.4.1-runtime-1 12.4.1-runtime-2 12.4.1-runtime-3 12.4.1-runtime-4 13.1-runtime-constant-1 13.1-runtime-constant-3 13.1-runtime-field-1 13.1-runtime-method-5 13.1-runtime-method-6 13.4.8-constant-run
www.eeworm.com/read/173076/9675427

m invwishlpr.m

% INVWISHLPR = Inverse Wishart Distribution - Log Probability Density Ratio % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [ lpr ] = invwishpdf( IW1, IW2, S, d )
www.eeworm.com/read/267609/11170925

m invwishlpr.m

% INVWISHLPR = Inverse Wishart Distribution - Log Probability Density Ratio % Copyright (c) 1998, Harvard University. Full copyright in the file Copyright % % [ lpr ] = invwishpdf( IW1, IW2, S, d )
www.eeworm.com/read/459034/1575223

java zchol.java

package jmathlib.toolbox.jmathlib.matrix._private.Jampack; /** Zchol implements the Cholesky decomposition of a positive definite matrix. Specifically if A is (Hermitian) positive definite
www.eeworm.com/read/13871/284417

m isposdef.m

function b = isposdef(a) % ISPOSDEF Test for positive definite matrix. % ISPOSDEF(A) returns 1 if A is positive definite, 0 otherwise. % Using chol is much more efficient than computing eig
www.eeworm.com/read/104929/15681069

ref chap2.ref

|3dots-sum {1} |delim-sum {2} |gen-sum {3} |nn:iverson {24} |sum-rec {6} |abc-rec {7} |sum-factor-rec {9} |sum-factor-sol {10} |sum-factor {11} |quicksort-rec {12} |h-def {13} |nn:hn {29} |dist-law {1
www.eeworm.com/read/436995/7757464

m xmuddu.m

% xmuddu.m % Scope: This MATLAB program executes the decomposition and reconstruction % of a real symmetric positive (semi)definite matrix into and from %
www.eeworm.com/read/338643/12290845

m xmuddu.m

% xmuddu.m % Scope: This MATLAB program executes the decomposition and reconstruction % of a real symmetric positive (semi)definite matrix into and from %
www.eeworm.com/read/182370/9205910

hpp cholesky.hpp

/* Perform Cholesky decomposition. * * For positive definite matrices, these functions compute: * - cholesky decomposition (upper or lower triangular as specified) * - inverse * - determinan