代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/141300/5771194
c spextra.c
/*
* MATRIX UTILITY MODULE
*
* This file contains new routines for Spice3f
*
* >>> User accessible functions contained in this file:
* spConstMul
*
* >>> Other functions contained in this
www.eeworm.com/read/141300/5772181
h tradefs.h
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
**********/
#ifndef TRA
#define TRA
#include "ifsim.h"
#include "cktdefs.h"
www.eeworm.com/read/138642/5815319
h kernelfuncs.h
// Copyright (C) 2000 Ryan M. Rifkin
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published
www.eeworm.com/read/219605/6341968
c 2_7.c
/* ======================================== */
/* 程式实例: 2_7.c */
/* 稀疏阵列之压缩的表示法 */
/* ======================================== */
void main()
{
int s
www.eeworm.com/read/492905/6413770
h sisc.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/492905/6413790
h sisc.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/263516/11358411
m fm_b.m
function fm_b
% FM_B build admittance matrix B' and B" for fast decoupled
% power flow solution (FDPF)
%
% FM_B
%
%see also FM_Y and Settings
%
%Author: Federico Milano
%Date: 11-
www.eeworm.com/read/263516/11359100
m psidx.m
function idx = psidx(a,k)
global Bus
idx = sparse(a.bus,[1:a.n],k,Bus.n,a.n);
www.eeworm.com/read/263516/11359421
m fm_flows.m
function [Fij, Jij, Hij, Fji, Jji, Hji] = fm_flows(type, mu1, mu2)
% FM_FLOWS compute current, active power and apparent power flow
% in transmission lines and the associated Jacobian and
www.eeworm.com/read/407093/11429502
m babble.m
% BABBLE Set the sparse monitor flag to very verbose.
spparms('spumoni', 2);