代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/307145/13727857
c ins_header_element.c
/**************************************************************************
** SP_INS_HEADER_ELEMENT **
**
www.eeworm.com/read/307145/13727860
cmt get_node_list.cmt
/**************************************************************************
** SP_GET_NODE_LIST **
**
www.eeworm.com/read/152695/5669711
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/146447/5737840
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/140467/5791079
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/128965/5977574
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/125381/6030412
c mem.c
/*
* Copyright 1999 Egbert Eich
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the
www.eeworm.com/read/263516/11358481
m gycall.m
function Gycall(a)
global Bus DAE
if ~a.n, return, end
bus1 = a.bus1;
bus2 = a.bus2;
V1 = DAE.V(bus1);
V2 = DAE.V(bus2);
a1 = DAE.a(bus1);
a2 = DAE.a(bus2);
ss = sin(a1-a2);
cc = cos(a
www.eeworm.com/read/263516/11359732
m fm_exc.m
function fm_exc(flag)
% FM_EXC define Automatic Voltage Regulators
%
% FM_EXC(FLAG)
% FLAG = 3 differential equations
% FLAG = 4 state matrix
% FLAG = 5 non-windup limits
%
www.eeworm.com/read/347945/11624983
m addbounds.m
function [F_struc,K] = addbounds(F_struc,K,ub,lb)
%ADDBOUNDS Internal function to add variable bounds to an F_struc
% Author Johan L鰂berg
% $Id: addbounds.m,v 1.3 2005/02/10 16:43:32 johanl Exp $