代码搜索:sparse

找到约 3,324 项符合「sparse」的源代码

代码结果 3,324
www.eeworm.com/read/218613/14912952

m spquditop.m

% spquditop Operator acting on a given qudit; sparse version % sptwoquditop(op,k,n) defines an n-qudit quantum operator % which corresponds to operator op acting on the k1th and k2th qudits.
www.eeworm.com/read/251838/4415439

m dpot.m

function pot = dpot(domain, sizes, T) % DPOT Make a discrete (sparse) potential. % pot = dpot(domain, sizes, T, spar) % % sizes(i) is the size of the i'th domain element. % T defaults to all 1s.
www.eeworm.com/read/251838/4415442

m divide_by_pot.m

function Tbig = divide_by_pot(Tbig, Tsmall) % DIVIDE_BY_POT Tbig /= Tsmall % Tbig = divide_by_pot(Tbig, Tsmall) % % Tsmall's domain must be a subset of Tbig's domain. %process sparse dpot, we d
www.eeworm.com/read/215485/4904398

m dpot.m

function pot = dpot(domain, sizes, T) % DPOT Make a discrete (sparse) potential. % pot = dpot(domain, sizes, T, spar) % % sizes(i) is the size of the i'th domain element. % T defaults to all 1s.
www.eeworm.com/read/215485/4904401

m divide_by_pot.m

function Tbig = divide_by_pot(Tbig, Tsmall) % DIVIDE_BY_POT Tbig /= Tsmall % Tbig = divide_by_pot(Tbig, Tsmall) % % Tsmall's domain must be a subset of Tbig's domain. %process sparse dpot, we d
www.eeworm.com/read/199088/5080533

c ldpc_generate.c

/* Generate H for LDPC*/ /* Based on sparse.c by Matt Davey with his permission*/ #include #include "mex.h" /* Input Arguments: parameters*/ #define M_I
www.eeworm.com/read/199088/5080539

c ldpc_generate.c

/* Generate H for LDPC*/ /* Based on sparse.c by Matt Davey with his permission*/ #include #include "mex.h" /* Input Arguments: parameters*/ #define M_I
www.eeworm.com/read/197905/5091844

m dpot.m

function pot = dpot(domain, sizes, T) % DPOT Make a discrete (sparse) potential. % pot = dpot(domain, sizes, T, spar) % % sizes(i) is the size of the i'th domain element. % T defaults to all 1s.
www.eeworm.com/read/197905/5091847

m divide_by_pot.m

function Tbig = divide_by_pot(Tbig, Tsmall) % DIVIDE_BY_POT Tbig /= Tsmall % Tbig = divide_by_pot(Tbig, Tsmall) % % Tsmall's domain must be a subset of Tbig's domain. %process sparse dpot, we d
www.eeworm.com/read/349580/3142624

makefile

CFLAGS = `pkg-config --cflags dolfin` LIBS = `pkg-config --libs dolfin` CXX = `pkg-config --variable=compiler dolfin` DEST = dolfin-sparse-matrix-bench OBJECTS = main.o all: $(DEST) inst