代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/487877/6501340
c sba_crsm.c
/////////////////////////////////////////////////////////////////////////////////
////
//// CRS sparse matrices manipulation routines
//// Copyright (C) 2004-2008 Manolis Lourakis (lourakis at ics
www.eeworm.com/read/407093/11429532
makefile
# makefile for sparse supernodal LU, implemented in ANSI C
include ../make.inc
#######################################################################
# This is the makefile to create a library for
www.eeworm.com/read/155657/11856748
cpp mainvert.cpp
//************************************************************************
// mainvert - sparse matrix inversion for non-zero elements in sym. matrix
// 矩阵转置
//*************************************
www.eeworm.com/read/472943/1402501
m stompdemo.m
%********************************************************
function StOMPDemo(action)
%Usage: StOMPDemo
%Description: Demo for paper "Sparse Solution of
% Underdetermined Linear Equations by Stage
www.eeworm.com/read/472943/1402651
m snsulelpdemo.m
%********************************************************
function SNSULELPDemo(action)
%Usage: SNSULELPDemo
%Description: Demo for paper "Sparse Nonnegative Solutions of
%Underdetermined Linear E
www.eeworm.com/read/437028/1838252
makedefs
SUBDIRS = $(LIBRARIES)
# ckt cp dev fte hlp inp mfb mfbpc misc ni smp sparse
www.eeworm.com/read/233522/4667142
cxx vnl_lsqr_test.cxx
// This is vxl/vnl/examples/vnl_lsqr_test.cxx
#include
#include
#include
#include
#include
www.eeworm.com/read/351636/3102390
cxx vnl_lsqr_test.cxx
// This is core/vnl/examples/vnl_lsqr_test.cxx
#include
#include
#include
#include
#include
www.eeworm.com/read/417705/10979816
m dspca.m
function [U,X,x,F,k,dualitygap,cputime,perceigs]=DSPCA(A,rho,gapchange,maxiter,info,algo,U0,F0,k0)
% Wrapper function for sparse_rank_one_mex
% DSPCA finds a sparse rank-one approximation to
% a g
www.eeworm.com/read/452181/7446286
m test_layouts.m
function test_layouts
%%
msgid = 'matlab_bgl:test_layouts';
%% circle_graph_layout
X = circle_graph_layout(sparse(4,4));
Y = [1 0; 0 1; -1 0; 0 -1];
if norm(X-Y)>5e-6, error(msgid, 'circle_graph_lay