代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/132706/14077944
m lp.m
function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox LP.M, but calls
% BPMPD instead; accepts both full and sparse A.
% Type "help
www.eeworm.com/read/205036/15328877
m mttkrp.m
function V = mttkrp(X,U,n)
%MTTKRP Matricized tensor times Khatri-Rao product for sparse tensor.
%
% V = MTTKRP(X,U,n) efficiently calculates the matrix product of the
% n-mode matricization o
www.eeworm.com/read/188426/8541343
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/177211/9465066
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/371250/9560061
m sba.m
function [ret, popt, info]=sba(n, m, mcon, vmask, p0, cnp, pnp, x, mnp, proj, projac, itmax, verbose, opts, reftype, varargin)
% SBA matlab MEX interface to the sba generic sparse bundle adjustment
www.eeworm.com/read/371250/9560072
mak
#
# Top level Makefile for Sparse Bundle Adjustment library & demo program
#
# Following two lines use gcc
CC=gcc
MAKE=make -f
# Following two lines use icc
#CC=icc
#MAKE=make -f
# Following two li
www.eeworm.com/read/371082/9569143
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/170223/9814358
bugs
KNOWN BUGS
o IDCT sometimes doesn't generate IEEE-compliant values for sparse blocks
o seg faults when running more than one mpeg_play -loop with shared memory
on a multiprocessor machine w/Solari
www.eeworm.com/read/163563/10153942
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/459616/7270189
h smatrix.h
// smatrix.h
// array representation of a sparse matrix
#ifndef SparseMatrix_
#define SparseMatrix_
#include
#include
#include "term.h"
#include "xcept.h"
template