搜索结果
找到约 38 项符合
sparse 的查询结果
按分类筛选
教程资料 Sparse LU Decomposition using FPGA
Sparse LU Decomposition using FPGA,使用fpga实现lu分解的算法实现
驱动编程 create a sparse file for virtual disk driver
create a sparse file for virtual disk driver
数据结构 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply of two matrix.
etc ...
数值算法/人工智能 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 ...
软件设计/软件工程 Sparse Signal Representation using Overlapping Frames
Sparse Signal Representation
using Overlapping Frames
matlab例程 Sparse Signal Representation using Overlapping Frames (matlab toolbox)
Sparse Signal Representation
using Overlapping Frames (matlab toolbox)
文章/文档 a new algorithm for computing sparse signal representations using overcomplete dictionaries
a new
algorithm for computing sparse signal representations using overcomplete
dictionaries
其他 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
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 ...