代码搜索:sparse

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

代码结果 3,324
www.eeworm.com/read/409299/2234966

m dualmax3sparsealignment.m

function b = dualMax3SparseAlignment(K, Kj, Y, Yj) %A function to compute the maximum 3 sparse alignment vector between matrix %K and vector y %We need to go through all combinations of 3 example
www.eeworm.com/read/409299/2234971

svn-base dualmax3sparsecovariance.m.svn-base

function b = dualMax3SparseCovariance(K, Kj, Y, Yj) %A function to compute the maximum 3 sparse covariance vector between matrix %K and vector y %We need to go through all combinations of 3 examp
www.eeworm.com/read/409299/2234976

svn-base dualmax3sparsealignment.m.svn-base

function b = dualMax3SparseAlignment(K, Kj, Y, Yj) %A function to compute the maximum 3 sparse alignment vector between matrix %K and vector y %We need to go through all combinations of 3 example
www.eeworm.com/read/409299/2234978

svn-base dualmax2sparsecovariance.m.svn-base

function b = dualMax2SparseCovariance(K, Kj, Y, Yj) %A function to compute the maximum 2 sparse covariance vector between matrix %K and vector y %We need to go through all combinations of 2 examp
www.eeworm.com/read/409299/2234981

svn-base dualmax2sparsealignment.m.svn-base

function b = dualMax2SparseAlignment(K, Kj, Y, Yj) %A function to compute the maximum 2 sparse alignment vector between matrix %K and vector y %We need to go through all combinations of 2 example
www.eeworm.com/read/409299/2234986

m dualmax2sparsecovariance.m

function b = dualMax2SparseCovariance(K, Kj, Y, Yj) %A function to compute the maximum 2 sparse covariance vector between matrix %K and vector y %We need to go through all combinations of 2 examp
www.eeworm.com/read/409299/2234992

m dualmax2sparsealignment.m

function b = dualMax2SparseAlignment(K, Kj, Y, Yj) %A function to compute the maximum 2 sparse alignment vector between matrix %K and vector y %We need to go through all combinations of 2 example
www.eeworm.com/read/409299/2235000

m dualmax3sparsecovariance.m

function b = dualMax3SparseCovariance(K, Kj, Y, Yj) %A function to compute the maximum 3 sparse covariance vector between matrix %K and vector y %We need to go through all combinations of 3 examp
www.eeworm.com/read/397428/2402058

m ldpc_h2g.m

function [h, g] = ldpc_h2g(H) % converts tentative binary LDPC matrix H into a new matrix h % (columns are permuted) and produces the generator matrix g % H should be a sparse matrix in MATLAB form
www.eeworm.com/read/396844/2407478

m multiply_by_pot.m

function Tbig = multiply_by_pot(Tbig, Tsmall) % MULTIPLY_BY_POT Tbig *= Tsmall % Tbig = multiply_by_pot(Tbig, Tsmall) % % Tsmall's domain must be a subset of Tbig's domain. %process sparse dpot