代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/205036/15328908
m eq.m
function z = eq(x,y)
%EQ Equal (==) for sptensors.
%
% A == B compares the elements of A and B for equality. The arguments can
% be a pair of sptensors, an sptensor and a tensor, or an sptensor an
www.eeworm.com/read/200429/15433568
c matlab_bgl_all_sp_mex.c
/*
* ==============================================================
* matlab_bgl_all_sp_mex.c The mex interface to the matlab bgl wrapper.
*
* David Gleich
* 20 April 2006
* ==============
www.eeworm.com/read/200131/15440219
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/104056/15711238
1 cp.1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.28.
.TH CP "1" "July 2002" "cp (fileutils) 4.1.10" "User Commands"
.SH NAME
cp \- copy files and directories
.SH SYNOPSIS
.B cp
[\fIOPTION\
www.eeworm.com/read/100730/15866242
c 2_7.c
/* ======================================== */
/* 程式实例: 2_7.c */
/* 稀疏阵列之压缩的表示法 */
/* ======================================== */
void main()
{
int s
www.eeworm.com/read/100395/15874850
html err_hand.html
Newmat09 - error handling
Error handling
next -
skip -
up -
www.eeworm.com/read/299983/7815763
pdf errata for quantitative robust uncertainty principles and optimally sparse decompositions.pdf
www.eeworm.com/read/266795/11212371
pdf sparse channel estimation with zero tap detection - wc 2007.pdf
www.eeworm.com/read/391314/8410184
c 求解大型稀疏方程组.c
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "matrix.h"
int sparse_gauss_jordan(RMP ap, RMP bp)
{
int *js,n,i,j,k,is,u,v;
double *a,*b,d,t;
n=bp->row;
a=ap->da