Sparse LU Decomposition using FPGA,使用fpga实现lu分解的算法实现
标签: Decomposition Sparse using FPGA
上传时间: 2013-08-14
上传用户:Vici
create a Sparse file for virtual disk driver
标签: virtual create Sparse driver
上传时间: 2014-01-26
上传用户:hullow
一种基于二维链表的稀疏矩阵模半板类设计 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.
标签: matrix technology template linked
上传时间: 2013-12-13
上传用户:lwwhust
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,MUMPS will be supported in a future version)
标签: OpenNL construct supplied library
上传时间: 2014-01-07
上传用户:semi1981
Sparse Signal Representation using Overlapping Frames
标签: Representation Overlapping Sparse Signal
上传时间: 2015-11-01
上传用户:nanxia
Sparse Signal Representation using Overlapping Frames (matlab toolbox)
标签: Representation Overlapping toolbox Sparse
上传时间: 2015-11-01
上传用户:sardinescn
a new algorithm for computing Sparse signal representations using overcomplete dictionaries
标签: representations dictionaries overcomplete algorithm
上传时间: 2015-12-05
上传用户:haoxiyizhong
SparseLab is a Matlab software package designed to find Sparse solutions to systems of linear equations, particularly underdetermined systems.
标签: SparseLab solutions designed software
上传时间: 2015-12-12
上传用户:jyycc
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
标签: demonstration reordering the columns
上传时间: 2016-01-14
上传用户:奇奇奔奔
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_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058