代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/343744/11930742
readme
---------------------------------------------------------------------------
--------------------- Sparse QR factorization in MATLAB -------------------
------------------------------------------------
www.eeworm.com/read/346528/11739237
m spreordermat.m
% spreordermat Transformation matrix for reordering the qudits according to
% the given pattern; sparse version.
% spreordermat(pattern,d) gives a sparse transformation matrix for
%
www.eeworm.com/read/218613/14912807
m spreordermat.m
% spreordermat Transformation matrix for reordering the qudits according to
% the given pattern; sparse version.
% spreordermat(pattern,d) gives a sparse transformation matrix for
%
www.eeworm.com/read/349581/10816023
h smatrixn.h
//
// Sparse Matrix: Aug 11, 1998
//
#ifndef _SPARSE_MATRIX_H_
#define _SPARSE_MATRIX_H_
#define HEAD_ENTITY -1
#define MEANINGLESS 0
struct entity
{
int id;
m_real value;
entity* next;
};
www.eeworm.com/read/309139/13680951
makefile
# NIST SPARSE BLAS v. 0.9 (Sat Jul 6 14:27:21 EDT 1996)
###########################################################
#
# Makefile for NIST Sparse BLAS Library
#
#######################################
www.eeworm.com/read/346528/11739442
m spisingp.m
% spisingp Hamiltonian for the Ising model with periodic boundary condition; sparse
% version.
% spisingp(B,N) gives the Hamiltonian as a sparse matrix for the
% ferromagnetic Ising
www.eeworm.com/read/218613/14912945
m spisingp.m
% spisingp Hamiltonian for the Ising model with periodic boundary condition; sparse
% version.
% spisingp(B,N) gives the Hamiltonian as a sparse matrix for the
% ferromagnetic Ising
www.eeworm.com/read/431224/8698739
m fxcall.m
function Fxcall(a)
global DAE Syn Settings
if ~a.n, return, end
dHP = DAE.x(a.delta_HP);
oHP = DAE.x(a.omega_HP);
dIP = DAE.x(a.delta_IP);
oIP = DAE.x(a.omega_IP);
dLP = DAE.x(a.delta_LP);
oLP = DA
www.eeworm.com/read/384940/8832757
m fxcall.m
function Fxcall(a)
global DAE Syn Settings
if ~a.n, return, end
dHP = DAE.x(a.delta_HP);
oHP = DAE.x(a.omega_HP);
dIP = DAE.x(a.delta_IP);
oIP = DAE.x(a.omega_IP);
dLP = DAE.x(a.delta_LP);
oLP = DA
www.eeworm.com/read/456193/7355135
m fm_call.m
function fm_call(flag)
%FM_CALL calls component equations
%
%FM_CALL(CASE)
% CASE '1' algebraic equations
% CASE 'pq' load algebraic equations
% CASE '3' differential equation