代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/205036/15328868
m sptensor.m
function t = sptensor(varargin)
%SPTENSOR Create a sparse tensor.
%
% X = SPTENSOR(SUBS, VALS, SZ, FUN) uses the rows of SUBS and VALS
% to generate a sparse tensor X of size SZ = [m1 m2 ... mn].
www.eeworm.com/read/205036/15328883
m subsref.m
function a = subsref(t,s)
%SUBSREF Subscripted reference for a sparse tensor.
%
% We can extract elements or subtensors from a sparse tensor in the
% following ways.
%
% Case 1a: y = X(i1,i2,...
www.eeworm.com/read/344585/3207616
m prodop.m
function output=prodop(spin_num,xyz,spin);
%calculate spin operators
ident=eye(spin_num);
%product operators
halfunity=sparse([1/2 0 ; 0 1/2]);
Ix=sparse([0 1/2 ; 1/2
www.eeworm.com/read/37279/1071024
m matrix.m
clc;clear all;
J=200;
dimJ=J+1;
n = (dimJ)^2;
L=sparse(n,n);
L(1,1)=3; L(1,2)=-3/2; L(J+1,J+1)=6; L(J+1,J)=-3;
L=L+sparse(2:J,3:J+1,-1,n,n);
L=L+sparse(2:J,2:J,4,n,n);
L=L+sparse(2:J,1:J-1,-1,
www.eeworm.com/read/371250/9560047
h sba.h
/*
/////////////////////////////////////////////////////////////////////////////////
////
//// Prototypes and definitions for sparse bundle adjustment
//// Copyright (C) 2004-2008 Manolis Lourakis
www.eeworm.com/read/309139/13680970
makefile
#
# Makefile for Sparse BLAS Toolkit testers
#
include ../makefile.def
error:
@echo "|------------------------------------------------------------|"
@echo "|
www.eeworm.com/read/492905/6413764
h tmsg.h
/**************************************************************
* Sparse SVD Via Trace Minimization Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/492905/6413773
h sisg.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/492905/6413787
h tmsg.h
/**************************************************************
* Sparse SVD Via Trace Minimization Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*
www.eeworm.com/read/492905/6413791
h sisg.h
/****************************************************************
* Sparse SVD Via Subspace Iteraton Procedure for Equivalent *
* 2-Cyclic and A'A Eigensystems. *
*