代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/415663/11059349

m dv2rt.m

function routing_table = dv2rt(dv, routing_table) n = length(dv); if nargin0)
www.eeworm.com/read/147092/12587141

c make-gen.c

/* MAKE-GEN.C - Make generator matrix from parity-check matrix. */ //从校验矩阵到生成矩阵 /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this
www.eeworm.com/read/147092/12587181

c make-ldpc.c

/* MAKE-LDPC.C - Make a Low Density Parity Check code's parity check matrix. */ //生成LDPC的校验矩阵 /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, o
www.eeworm.com/read/237004/13981671

h matlabio.h

// -*- c++ -*- // // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You sh
www.eeworm.com/read/204456/15339346

m ind2vec.m

function v=ind2vec(i) %IND2VEC Convert indices to vectors. % % Syntax % % vec = ind2vec(ind) % % Description % % IND2VEC and VEC2IND allow indices to be represented % either by themselves, or as
www.eeworm.com/read/134479/5892668

br spmatrixvec.br

/* Sparse Matrix-Vector Multiply Simple example of how to perform a sparse matrix vector multiplication (y = Ax) where the sparse matrix A is represented in padded compressed sparse row, a
www.eeworm.com/read/432640/8584992

h matlabio.h

// -*- c++ -*- // // Software License for MTL // // Copyright (c) 2001-2005 The Trustees of Indiana University. All rights reserved. // Copyright (c) 1998-2001 University of Notre Dame. All rights re
www.eeworm.com/read/431224/8694753

m bdmatrix.m

function bdmatrix(a) global LA DAE LA.b_upfc = []; LA.d_upfc = []; if ~a.n fm_disp('* * * No UPFC device found') return end ivp = 1:3:3*a.n; ivq = 2:3:3*a.n; ivr = 3:3:3*a.n; ty2 = find(
www.eeworm.com/read/431224/8695273

m bdmatrix.m

function bdmatrix(a) global LA DAE LA.b_svc = []; LA.d_svc = []; if ~a.n fm_disp('* * * No SVC device found') return end Fu = sparse(DAE.n,a.n); Gu = sparse(a.vref,1:a.n,a.u,DAE.m,a.n);
www.eeworm.com/read/431224/8695396

m gycall.m

function Gycall(a) global DAE if ~a.n, return, end type = a.con(:,2); ty1 = find(type == 1); ty2 = find(type == 2 | type == 4); ty3 = find(type == 3 | type == 5); T1 = a.con(:,8); T2 = a.con(:,9);