代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/241396/13147605

asv dcopf.asv

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

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. % % [bu
www.eeworm.com/read/138987/13197330

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/138987/13197427

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/138798/13211568

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/138798/13211917

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
www.eeworm.com/read/138105/13259786

makefile

# Generated automatically from makefile.in by configure. # # Makefile for Meschach via autoconf # # Copyright (C) David Stewart & Zbigniew Leyk 1993 # # $Id: $ # srcdir = . VPATH = . CC
www.eeworm.com/read/138105/13259928

makefile

# Generated automatically from makefile.in by configure. # # Makefile for Meschach via autoconf # # Copyright (C) David Stewart & Zbigniew Leyk 1993 # # $Id: $ # srcdir = . VPATH = . CC
www.eeworm.com/read/138105/13259942

makefile

# # # Makefile for Meschach for GNU cc # # Copyright (C) David Stewart & Zbigniew Leyk 1993 # # $Id: $ # srcdir = . VPATH = . CC = gcc DEFS = -DHAVE_CONFIG_H LIBS = -lm RANLIB = r
www.eeworm.com/read/138105/13260008

makefile

# # # Makefile for Meschach for SUN SPARC cc # # Copyright (C) David Stewart & Zbigniew Leyk 1993 # # $Id: $ # srcdir = . VPATH = . CC = cc DEFS = -DHAVE_CONFIG_H LIBS = -lm RANLIB