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