代码搜索:Definite
找到约 349 项符合「Definite」的源代码
代码结果 349
www.eeworm.com/read/162519/5546728
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/162519/5546850
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
www.eeworm.com/read/173076/9675452
m wishirnd.m
% WISHIRND - Wishart Distribution - Random Matrix
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [W] = wishirnd(Sc,nu)
%
% W = returned random symmetric positive
www.eeworm.com/read/267609/11170941
m wishirnd.m
% WISHIRND - Wishart Distribution - Random Matrix
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [W] = wishirnd(Sc,nu)
%
% W = returned random symmetric positive
www.eeworm.com/read/147186/12579001
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/111072/15519598
cpp simpson1.cpp
//Simpson method of Integration
//This is definite step version of c++
#include
#include
#include
int N; //define the step:h=(b-a)/N
//-----------integra
www.eeworm.com/read/111071/15519601
cpp trapezoid1.cpp
//Trapezoid method of Integration
//This is the definite step version of c++
#include
#include
int N; //ensure the step
//-----------integrated fuction-------------
d
www.eeworm.com/read/429279/8813574
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/429279/8813725
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
www.eeworm.com/read/360995/10069932
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