代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/421666/10714131
c glpspm.c
/* glpspm.c */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (C) 2000,01,02,03,04,05,06,07,08,2009
www.eeworm.com/read/349479/10825236
m t_jacobian.m
function t_jacobian(quiet)
%T_JACOBIAN Numerical tests of partial derivative code.
% MATPOWER
% $Id: t_jacobian.m,v 1.2 2004/08/23 20:59:46 ray Exp $
% by Ray Zimmerman, PSERC Cornell
% Copy
www.eeworm.com/read/349479/10825299
m grad_ccv.m
function [df, dg] = grad_ccv(x, baseMVA, bus, gen, gencost, branch, Ybus, Yf, Yt, V, ref, pv, pq, mpopt)
%GRAD_CCV Evaluates gradients of objective function & constraints for OPF.
% [df, dg] = grad
www.eeworm.com/read/272953/10935759
m exn46.m
%《MATLAB及其在理工课程中的应用指南》(十一五规划版)第四章第六节演示程序
% 系数矩阵函数库
% 西安电子科技大学出版社出版 陈怀琛编著 2007年7月
%
clear, close all
echo on
x = [ 0 0 0 0 0 ;...
0 0
www.eeworm.com/read/418304/10954810
m fm_syn.m
function fm_syn(flag)
% FM_SYN defines Synchronous Machines
%
% FM_SYN(FLAG)
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 differential equations
% F
www.eeworm.com/read/418304/10955436
m fm_mat.m
function cdata = fm_mat(filename)
% FM_MAT filter images for fitting GUI appearance
%
% CDATA = FM_MAT(FILENAME)
% FILENAME bitmap file name without extension (string)
% CDATA MxNx3 array cont
www.eeworm.com/read/418304/10955509
m fm_snb.m
function fm_snb
% FM_SNB compute Saddle-node Bifurcation
% by means of a Direct Method
%
% FM_SNB
%
%System Equations:
% g(y,kg,lambda) = 0 -> operating point
% dg/dy'*ro = 0
www.eeworm.com/read/418304/10955630
m fm_connectivity.m
function fm_connectivity(actual_time,flag)
% FM_CONNECTIVITY determines in how many islands the system is
% fractioned after braker interventions
%
% FM_CONNECTIVTY(T)
% T actual
www.eeworm.com/read/418304/10955802
m gycall.m
function Gycall(a)
global Bus DAE
if ~a.n, return, end
V1 = DAE.V(a.bus1);
V2 = DAE.V(a.bus2);
t1 = DAE.a(a.bus1);
t2 = DAE.a(a.bus2);
ss = sin(t1-t2);
cc = cos(t1-t2);
a1 = ss.*a.B;
a2 = cc.*a.B;
www.eeworm.com/read/418028/10967247
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