代码搜索:computing
找到约 6,514 项符合「computing」的源代码
代码结果 6,514
www.eeworm.com/read/373250/9467561
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/162188/10327965
src optim.src
/*
** optim.src -- FFT support routines
**
**
** (C) Copyright 1995-1996 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYST
www.eeworm.com/read/425546/10348809
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/353964/10401155
log buildfre_wxp_x86.log
BUILD: Computing Include file dependencies:
BUILD: Examining f:\驱动开发\fenceng directory for files to compile.
Linking f:\驱动开发\fenceng directory ********************
'nmake.exe /c BUILDMSG=Stop. -i L
www.eeworm.com/read/161485/10404076
m test_denoising.m
% test for wavelet based denoising
name = 'lena';
rep = 'result_denoising/';
save_images = 1;
if save_images && exist(rep)~=7
mkdir(rep);
end
n = 256;
M = load_image(name, n);
M = r
www.eeworm.com/read/161095/10453591
c slartg.c
#include "f2c.h"
/* Subroutine */ int slartg_(real *f, real *g, real *cs, real *sn, real *r)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tennessee, Univ. of California Berke
www.eeworm.com/read/161095/10453746
c dlartg.c
#include "f2c.h"
/* Subroutine */ int dlartg_(doublereal *f, doublereal *g, doublereal *cs,
doublereal *sn, doublereal *r)
{
/* -- LAPACK auxiliary routine (version 2.0) --
Univ. of Tenn
www.eeworm.com/read/424101/10492461
m reg_ga.m
% PLSC
% Computation of Regression Parameters
% sintax:
% [wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);;
function[wmat,umat,pmat,cmat,dvet,pnorm]=reg_ga(x,y,A);
[rx,cx]=size(x);
[ry,cy]=s