代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/205036/15328867
m full.m
function B = full(A)
%FULL Convert a sparse tensor to a (dense) tensor.
%
% B = FULL(A) converts a sptensor A to a (dense) tensor B.
%
% See also SPTENSOR, TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyr
www.eeworm.com/read/205036/15328879
m isequal.m
function z = isequal(x,y)
%ISEQUAL for sptensors.
%
% ISEQUAL(A,B) compares the sparse tensors A and B for equality.
%
% See also SPTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corpor
www.eeworm.com/read/205036/15328884
m innerprod.m
function res = innerprod(X,Y)
%INNERPROD Efficient inner product with a sparse tensor.
%
% R = INNERPROD(X,Y) efficiently computes the inner product between
% two tensors X and Y. If Y is a tenso
www.eeworm.com/read/201477/15407743
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/184067/9123677
m snls.m
function[xcurr,fvec,LAMBDA,JACOB,EXITFLAG,OUTPUT]=snls(funfcn,xstart,l,u,verb,options,fval,JACval,YDATA,caller,Jstr,computeLambda,varargin)
%SNLS Sparse nonlinear least squares solver.
%
% Lo
www.eeworm.com/read/378186/9243092
makeframe
#
# Makefile for sparse irregular linear system solve linspar.
#
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o fltimod.o ranmod.o \
linspar.o diagsk.o dot
www.eeworm.com/read/372507/9507234
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/168218/9932035
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/168218/9932985
h lsmatrix.h
// header file lsmatrix.h
// linked representation of a sparse matrix
#ifndef LinkedMatrix_
#define LinkedMatrix_
#include
#include
#include "echain.h"
#include "cit
www.eeworm.com/read/166306/10024484
m snls.m
function[xcurr,fvec,LAMBDA,JACOB,EXITFLAG,OUTPUT]=snls(funfcn,xstart,l,u,verb,options,fval,JACval,YDATA,caller,Jstr,computeLambda,varargin)
%SNLS Sparse nonlinear least squares solver.
%
% Lo