代码搜索:Definite
找到约 349 项符合「Definite」的源代码
代码结果 349
www.eeworm.com/read/349646/10809680
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/469416/6976236
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/299178/7881289
m compdir.m
function [SD, dirType] = compdir(Z,H,gf,nvars,f);
% COMPDIR Computes a search direction in a subspace defined by Z. [SD,
% dirType] = compdir(Z,H,gf,nvars,f) returns a search direction for the
% s
www.eeworm.com/read/140851/13058775
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/325790/13184320
txt props.txt
Help on properties of the gaussian noise object (gauss).
'mu'
The expectation. Can be a scalar or a vector of the same length as 'R'.
'R'
The covariance matrix. Must be symmetric and positive
www.eeworm.com/read/138798/13211711
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/261198/11659699
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 eigenv
www.eeworm.com/read/253870/12179484
m isdef.m
function [out]=isdef(Q)
%ISDEF checks the definiteness of the square matrix Q.
% Output returns the following message.
%
% not definite
% positive definite
%
www.eeworm.com/read/162614/5537196
java assignment.java
// A definite assignment test.
public class assignment
{
public static Byte foo ()
{
Byte b;
while (true) {
try {
b = Byte.decode ("42");
break;
} catch (NumberFormatExcep
www.eeworm.com/read/162614/5537318
java pr14853.java
class tt
{
static final tt tt1 = new tt();
tt()
{
}
}
public class PR14853
{
public static void main (String[] args)
{
// This is an invalid assignment. gcj would get confused in