代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/443157/7636777
m loadflow.m
% Program for Bus Power Injections, Line & Power flows (p.u)...
Y = ybusppg(); % Calling Ybus program..
nbus = length(Y); % no. of buses...
Vm = pol2rect(V,del); % Converting pol
www.eeworm.com/read/434700/7849051
c 2_7.c
/* ======================================== */
/* 程式实例: 2_7.c */
/* 稀疏阵列之压缩的表示法 */
/* ======================================== */
void main()
{
int s
www.eeworm.com/read/399326/7869629
m circulant.m
function W=circulant(vec)
%Function W=circulant(vec) inputs a vector and generates a circulant
%matrix where each row is the nonzero pattern of vec shifted by one
%position
%
%Inputs: vec - A 1xN
www.eeworm.com/read/296909/8072865
m gppd2.m
function [x,status,la,nu,mu] = gppd2(A,b,szs,x0,G,h,phase1,quiet)
% [x,nu,mu,la,status] = gppd2(A,b,szs,x0,G,h,phase1,quiet)
%
% solves the geometric program in convex form with a starting point.
%
%
www.eeworm.com/read/144399/12797378
m demosparse.m
% demoSparse Script demonstrating some sparse matrix commands
%
clc
echo on
% --- Create a sparse matrix, then assign element values one at at time
S = spalloc(5,5,18); % 5 x 5 sparse
www.eeworm.com/read/244888/12839019
c 2_7.c
/* ======================================== */
/* 程式实例: 2_7.c */
/* 稀疏阵列之压缩的表示法 */
/* ======================================== */
void main()
{
int s
www.eeworm.com/read/143520/12868553
m exm041523_1.m
n=5;SM1=sparse(1:n,1:n,-2*ones(1,n),n,n,n);
SM2=sparse(2:n,1:n-1,ones(1,n-1),n,n,n-1);S1=SM1+SM2+SM2'
e=ones(n,1);S2=spdiags([e,-2*e,e],[-1,0,1],n,n),SF=full(S1)
www.eeworm.com/read/138105/13260121
txt fnindex.txt
FUNCTION INDEX
==============
In the descriptions below, matrices are represented by capital letters,
vectors by lower case letters and scalars by alpha.
Function Descript