代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/157653/11676708
c prepare.c
/*
** 2005 May 25
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness fo
www.eeworm.com/read/259756/11768310
m estimate.m
function [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,g_N,bta)
% ESTIMATE computes residual error estimator on each element
%
% USAGE
% [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,bta)
%
% INPUT
www.eeworm.com/read/259756/11768313
asv estimate.asv
function [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,g_N,bta)
% ESTIMATE computes residual error estimator on each element
%
% USAGE
% [ eta, res, osc]= estimate(mesh,eps,a1,a2,b,f,bta)
%
% INPUT
www.eeworm.com/read/259756/11768381
asv mcdfm.asv
function mesh=MCDFM(mesh, eps, a1, a2, b, f, g_D,g_N)
% CDFM solve the 2-D convection-dominated diffusion equation
% -\epslon\delta u +a*grad(u)+bu=0,
% in the current mesh with boundary
www.eeworm.com/read/259756/11768383
m mcdfm.m
function mesh=MCDFM(mesh, eps, a1, a2, b, f, g_D,g_N)
% CDFM solve the 2-D convection-dominated diffusion equation
% -\epslon\delta u +a*grad(u)+bu=0,
% in the current mesh with boundary
www.eeworm.com/read/156300/11813374
m aprecon.m
function[RPCMTX,ppvec] = aprecon(A,upperbandw,DM,DG,varargin);
%APRECON Banded preconditioner function for least-squares problems.
%
% [RPCMTX,PPVEC] = APRECON(A,UPPERBW,DM,DG) produces the spars
www.eeworm.com/read/343227/11962624
m hmm_tran.m
function [A, pi0] = hmm_tran (alpha, beta, dens, A_prev, pi0_prev, QUIET)
%hmm_tran Reestimation the transition matrix and initial dist. of an HMM.
% Use : [A,pi0] = hmm_tran(alpha,beta,dens,A_prev,
www.eeworm.com/read/342248/12032968
h check.h
/* CHECK.H - Interface to procedure for computing parity checks, etc. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for
www.eeworm.com/read/342248/12033043
h check.h
/* CHECK.H - Interface to procedure for computing parity checks, etc. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
* for