代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/384940/8832974
m bdmatrix.m
function bdmatrix(a)
global LA DAE
LA.b_tcsc = [];
LA.d_tcsc = [];
if ~a.n
fm_disp('* * * No TCSC device found')
return
end
ix = find(a.con(:,3) == 1); % index - operation mode x constant
www.eeworm.com/read/383950/8909176
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/383950/8909251
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/383950/8909348
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/383950/8909401
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/284304/8947842
txt 04-31.txt
% An example of sparse matrix operation
i=ceil(rand(10,1)*10);
j=ceil(rand(10,1)*10);
s=ceil(rand(10,1)*10);
S=sparse(i,j,s,10,10)
X=full(S);
num=nnz(S)
non0=nonzeros(S)
Amount_of_storage=nzma
www.eeworm.com/read/376138/9329840
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/177586/9446387
py storage_base.py
import os
from BitTorrent.platform import get_sparse_files_support
# Make this a separate function because having this code in Storage.__init__()
# would make python print a SyntaxWarning (uses built
www.eeworm.com/read/373012/9478973
h solver.h
/*
* Copyright (C) 1997-2006 P. Dular, C. Geuzaine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
www.eeworm.com/read/365419/9863948
m lineardifferent.m
%有限差分法求解非线性传输的laplace算符项,单位:cm,s
%****************************************************
%参数值
%****************************************************
format long;
clear all;
tic;
c=3e+1