代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/135534/13922871
lad2
- Introduction
las2: sparse svd via single-vector Lanczos algorithm with
selective re-orthogonalization.
las2.c is an ANSI-C code designed to find some eigenvalues
and eigenv
www.eeworm.com/read/135534/13922925
sid1
- Introduction
sis1: sparse svd via subpspace iteration using 2-cyclic matrices
sis1.c is an ANSI-C code designed to find several of the largest
eigenvalues and eigenvectors of a re
www.eeworm.com/read/205036/15328832
m norm.m
function nrm = norm(T)
%NORM Frobenius norm of a sptenmat.
%
% NORM(T) returns the Frobenius norm of a matricized sparse tensor.
%
% See also SPTENMAT, NORM.
%
%MATLAB Tensor Toolbox.
%Copyright 2
www.eeworm.com/read/205036/15328872
m display.m
function display(t)
%DISPLAY Command window display of a sparse tensor.
%
% DISPLAY(T) displays the tensor with its name.
%
% See also SPTENSOR, SPTENSOR/DISP.
%
%MATLAB Tensor Toolbox.
%Copyright 2
www.eeworm.com/read/205036/15328882
m collapse.m
function s = collapse(t,dims,fun)
%COLLAPSE Collapse sparse tensor along specified dimensions.
%
% S = COLLAPSE(T,DIMS) sums the entries of T along all dimensions
% specified in DIMS. If DIMS is neg
www.eeworm.com/read/205036/15328889
m disp.m
function disp(X,name)
%DISP Command window display of a sparse tensor.
%
% DISP(X) displays the tensor without printing its name.
%
% DISP(X,NAME) displays the tensor with the given name.
%
% Se
www.eeworm.com/read/205036/15328891
m nnz.m
function a = nnz(t)
%NNZ Number of nonzeros in sparse tensor.
%
% NNZ(T) is the number of nonzero elements in T.
%
% See also SPTENSOR, SPTENSOR/FIND.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sa
www.eeworm.com/read/205036/15328898
m size.m
function m = size(t,idx)
%SIZE Sparse tensor dimensions.
%
% D = SIZE(T) returns the size of the tensor.
%
% I = size(T,DIM) returns the sizes of the dimensions specified by DIM.
%
% See als
www.eeworm.com/read/201477/15407313
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/372507/9507232
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
templ