代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/346528/11739226
m spnnchainp.m
% spnnchainp Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% and periodic boundary condition; sparse version.
% spnnchainp (a,b,n) defines a a(k)b(k+1) type Hamiltonian
%
www.eeworm.com/read/346528/11739321
m spcoll.m
%spcoll Defines a collective operator which is the sum of single-qudit
% operators; sparse version.
% spcoll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the
www.eeworm.com/read/346528/11739340
m splatticep.m
% splatticep Lattice Hamiltonian for a 2D spin model with nn interaction with periodic
% boundary condition; sparse version.
% splatticep(op1,op2,Nx,Ny) gives the lattice Hamiltonian
www.eeworm.com/read/337307/12377511
m dep.m
function [A,b] = dep(A,tol,b);
%DEP Remove dependent rows from the sparse system Ax = b.
%
% [A,b] = DEP(A,tol,b) by repeatedly applying lu-factorization
% to A', where A has more cols
www.eeworm.com/read/132141/14107857
cpp smatrix.cpp
// test formula based sparse matrix class
#include
#include "smatrix.h"
void main(void)
{
SparseMatrix A(20), B(20), C(20);
cin >> A;
cout
www.eeworm.com/read/234432/14112861
m ssvr_srstrain.m
function [alpha,sv,beta,time,obj] = ssvr_srstrain(samples,labels,param)
%
% [alpha,sv,beta] = ssvr_srstrain(samples,targets,param)
% This function builds sparse insensitive Huber kernel regression
www.eeworm.com/read/218613/14912798
m splattice.m
% splattice Lattice Hamiltonian for a 2D spin model with nn interaction with aperiodic
% boundary condition; sparse version.
% splattice(op1,op2,Nx,Ny) gives the lattice Hamiltonian a
www.eeworm.com/read/218613/14912801
m spnnchainp.m
% spnnchainp Defines a Hamiltonian with a(k)b(k+1) nearest-neighbor
% and periodic boundary condition; sparse version.
% spnnchainp (a,b,n) defines a a(k)b(k+1) type Hamiltonian
%
www.eeworm.com/read/218613/14912863
m spcoll.m
%spcoll Defines a colelctive operator which is the sum of single-qudit
% operators; sparse version.
% spcoll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the
www.eeworm.com/read/218613/14912872
m splatticep.m
% splatticep Lattice Hamiltonian for a 2D spin model with nn interaction with periodic
% boundary condition; sparse version.
% splatticep(op1,op2,Nx,Ny) gives the lattice Hamiltonian