代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/174450/9587072

fp ssmatrixvectorrect.fp

!!FP1.0 #Date:2004/1/4 #Sparse Matrix - Vector Multiplication # X------- TEX0 # result - TEX1 #HERE Texture Unit----RECT #Texture OF Vector X TEX R0, f[TEX0], TEX0, RECT; #previous result
www.eeworm.com/read/174383/9589812

h bitmat.h

/*---------------------------------------------------------------------- File : bitmat.h Contents: bit matrix management Author : Christian Borgelt History : 09.06.2002 file created
www.eeworm.com/read/412300/11206595

m nrlf303p.m

% THIS PROGRAM IS nrlf in polar coordinates clear all;clc;close; inputfile; no_s=find(bus_spec(:,2)==0); if(length(no_s)==1) line=[linedata(:,1) linedata(:,2)];n=length(bus_spec(:,1)); [
www.eeworm.com/read/265706/11256128

m consfmin.m

function [g, geq, dg, dgeq] = consfmin(x, baseMVA, bus, gen, gencost, branch, areas, Ybus, Yf, Yt, mpopt, parms, ccost) %CONSFMIN Evaluates nonlinear constraints and their Jacobian for OPF. % [g, g
www.eeworm.com/read/265706/11256200

m dcopf.m

function [buso, geno, brancho, f, success, info, et, g, jac] = dcopf(baseMVA, ... bus, gen, branch, areas, gencost, mpopt) %DCOPF Solves a DC optimal power flow. % [bus, gen, bra
www.eeworm.com/read/265447/11264040

makefile

# MAKEFILE FOR LDPC PROGRAMS & ASSOCIATED UTILITIES. # Copyright (c) 2000 by Radford M. Neal # # Permission is granted for anyone to copy, use, or modify this program # for purposes of research or
www.eeworm.com/read/334923/12562365

m consfmin.m

function [g, geq, dg, dgeq] = consfmin(x, baseMVA, bus, gen, gencost, branch, areas, Ybus, Yf, Yt, mpopt, parms, ccost, N, fparm, H, Cw) %CONSFMIN Evaluates nonlinear constraints and their Jacobian f
www.eeworm.com/read/334923/12562531

m dcopf.m

function [buso, geno, brancho, f, success, info, et] = dcopf(baseMVA, ... bus, gen, branch, areas, gencost, mpopt) %DCOPF Solves a DC optimal power flow. % % [bus, gen, branch, f
www.eeworm.com/read/147186/12578822

c rectintsparseloopc.c

/* This is based on http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch04cr12.shtml See rectintSparse.m for the matlab version of this code. */ #include /* Need
www.eeworm.com/read/147186/12579184

c junk.c

m = mxGetM(prhs[0]); n = mxGetN(prhs[0]); pr = mxGetPr(prhs[0]); pi = mxGetPi(prhs[0]); cmplx = (pi == NULL ? 0 : 1); /* Allocate space for sparse matrix. * NOTE: Assume a