搜索结果
找到约 41 项符合
Sparse 的查询结果
按分类筛选
文章/文档 a new algorithm for computing sparse signal representations using overcomplete dictionaries
a new
algorithm for computing sparse signal representations using overcomplete
dictionaries
数学计算 a software code for computing selected eigenvalues of large sparse symmetric matrices
a software code for computing selected eigenvalues of large sparse symmetric matrices
其他 A version of a sparse bundle adjustment implementation with adjustable intrinsics and distortion par
A version of a sparse bundle adjustment implementation with adjustable intrinsics and distortion parameters (either shared by all views or varying for each view)
数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
matlab例程 Non Convex Algorithms for Group Sparse Optimization by Angshul Majumdar @matlab central
Non Convex Algorithms for Group Sparse Optimization by Angshul Majumdar @matlab central
STL It is about soving sparse solution from linear system, simpel and fast.
It is about soving sparse solution from linear system, simpel and fast.
其他 SparseLab is a Matlab software package designed to find sparse solutions to systems of linear equati
SparseLab is a Matlab software package designed to find sparse solutions to systems of linear equations, particularly underdetermined systems.
matlab例程 This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the ti
This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
数值算法/人工智能 This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied wi
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUM ...
matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_forma ...