代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/135534/13922856
h las2.h
/**************************************************************
* Sparse svd via eigensystem of A'A matrix *
* The equivalent symmetric eigenvalue problem: *
*
www.eeworm.com/read/135534/13922875
h las2.h
/**************************************************************
* Sparse svd via eigensystem of A'A matrix *
* The equivalent symmetric eigenvalue problem: *
*
www.eeworm.com/read/379728/9180232
cpp errpca_pt.cpp
// ERRPCA_PT.CPP
//
// errMx = ERRPCA_PT( X, A, S, numCPU ) computes a sparse matrix errMx
// of reconstruction errors (X - A*S) for the given sparse matrix X.
//
// numCPU specifies the number of CPU
www.eeworm.com/read/379728/9180281
cpp errpca_diag.cpp
// ERRPCA_DIAG.CPP
//
// [errMx,varcost] = ERRPCA_DIAG( X, A, S, numCPU ) computes a sparse
// matrix errMx of reconstruction errors (X - A*S) for the given
// sparse matrix X. Output parameter varcos
www.eeworm.com/read/375719/9351828
m sdmvec.m
function x = sdmvec(X)
% SDMVEC - same as VEC but produces a sparse vector.
%
% y = sdmvec(X)
%
% Given an m x n matrix X, this produces the sparse vector y of length
% m*n that contains the
www.eeworm.com/read/353322/10454608
pas sparsestream.pas
unit SparseStream;
interface
uses Windows;
const
FILE_DEVICE_FILE_SYSTEM = $00000009;
FILE_SUPPORTS_SPARSE_FILES = $00000040;
FILE_ATTRIBUTE_SPARSE_FILE = $00000200;
FILE_READ_DAT
www.eeworm.com/read/143706/12850409
m preprocess.m
function [X, Y, num_data, num_feature] = preprocess(D)
global preprocess;
% sparse data
if (preprocess.Sparse == 1)
D = spconvert(D);
end
% Sampling
if ((preprocess.DataSampling == 1)
www.eeworm.com/read/137285/13334944
c code_spiel.c
/*
code_spiel.c (c) DJCM 96 01 17 from code4r.c
makes spielman-inspired sparse alist matrix of this form ...: from a
sparse alist matrix of the form ....,
www.eeworm.com/read/131315/5940640
h compact.h
/* This may look like C code, but it is really -*- C++ -*- */
/* Compact a sparse 2-D matrix. Uses the Tarjan and Yao algorithm
taken from the article ``Storing a Sparse Table'' in CACM, 1979.
www.eeworm.com/read/346528/11739466
m spising2dp.m
% spising2D Hamiltonian for the 2D Ising model with aperiodic boundary condition; sparse
% version.
% spising2D(B,Nx,Ny) gives the Hamiltonian as a sparse matrix for the
% ferromagne