代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/459616/7270223

h lsmatrix.h

// header file lsmatrix.h // linked representation of a sparse matrix #ifndef LinkedMatrix_ #define LinkedMatrix_ #include #include #include "echain.h" #include "citer.h" #in
www.eeworm.com/read/451644/7459349

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real); implemen
www.eeworm.com/read/449504/7502829

m f_sarpanel.m

function llike = f_sarpanel(rho,detval,epe0,eped,epe0d,n,T) % PURPOSE: evaluates concentrated log-likelihood for the % spatial panel autoregressive model using sparse matrix algorithms % --------
www.eeworm.com/read/449504/7502961

m sdm.m

function results = sdm(y,x,W,info) % PURPOSE: computes spatial durbin model estimates % (I-rho*W)y = a + X*B1 + W*X*B2 + e, using sparse algorithms % ------------------------------------------
www.eeworm.com/read/449504/7502989

m sem_gmm.m

function results=sem_gmm(y,x,W,options) % PURPOSE: computes GMM Estimates for Spatial Error Model % using 1 weight matrix % y = XB + u, u = lambda*W*u +e, using sparse algorith
www.eeworm.com/read/449122/7518057

h e_riscos.h

/* * $Id: e_riscos.h,v 1.1 2002/03/08 22:35:19 darren Exp $ * * Copyright (c) 2002, Andrew Wingate * * Author: Andrew Wingate * * This source code is released for free
www.eeworm.com/read/444534/7612119

vmdk my_virtual_machine.vmdk

# Disk DescriptorFile version=1 CID=10ba993c parentCID=ffffffff createType="twoGbMaxExtentSparse" # Extent description RW 1024000 SPARSE "My_Virtual_Machine-s001.vmdk" # The Disk Data Base #DDB dd
www.eeworm.com/read/436588/7767151

m f_sarpanel.m

function llike = f_sarpanel(rho,detval,epe0,eped,epe0d,n,T) % PURPOSE: evaluates concentrated log-likelihood for the % spatial panel autoregressive model using sparse matrix algorithms % --------
www.eeworm.com/read/199432/7855975

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs; procedure SPARSE(B:array of real; N:integer;var X:array of real; RSQ:real); implemen
www.eeworm.com/read/298568/7950852

c ldpc_h2g.c

/* Invert sparse binary H for LDPC*/ /* Author : Igor Kozintsev igor@ifp.uiuc.edu Please let me know if you find bugs in this code (I did test it but I still have some doubts). All othe