Welcome![Sign In][Sign Up]
Location:
Search - sparse Multiply

Search list

[Other稀疏矩阵的运算器

Description: 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with information" of the order form ternary group said Sparse matrix, Matrix achieve two together, subtract, multiply arithmetic. Sparse Matrix input form using ternary group, which runs the Matrix while the usual array listed. This is from Qinghua University, Yan Wei Min Xiulan WU Weimin compilation of the data structure that sets (C-language version) of the actual 136 XI 4
Platform: | Size: 4948 | Author: snow | Hits:

[Other resourcemyheard

Description: 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ derivative \\ for the value of X \\ ... There color text prepared by the an interface. very pretty, ease of use
Platform: | Size: 75436 | Author: 刘建聪 | Hits:

[Other resourcelinkedmatrix

Description: 一种基于二维链表的稀疏矩阵模半板类设计 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.-based on two-dimensional chain of sparse matrix model semi-plate design of Class A's template parse matrix. Key technology : bin. 2-m linked matrix. constructors : 1.normal constuctor 2.copy constuctor. 3.ass ignment constructor. Basic operator : 1. addition (sub) 2 matrix of two. inverse of a ma trix. 3. multiply of two matrix. etc
Platform: | Size: 7136 | Author: 狄中泉 | Hits:

[CSharpEX_4_1

Description: 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compiled an arithmetic expression evaluates procedures (1) with a crossbow chain said sparse matrix, 2 matrix to achieve together, subtract and multiply arithmetic. Sparse Matrix input form using ternary group, and the results of the matrix operation was the usual array listed. (2) should first input matrix number of rows and columns, and discriminant given two Matrix OK, Columns for the required for the operation would match. (3) procedures for the importation of triple sequence is no specific request, in any order of entry, its procedures for identifying, inserted into the appropriate location. (4) using triple said sparse matrix, additive or subtraction results matrix should be another generation, Matrix also used the product Cross Chain store.
Platform: | Size: 2045 | Author: 战天 | Hits:

[Other resource稀疏矩阵运算器

Description: 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
Platform: | Size: 10131 | Author: 雨后阳光 | Hits:

[Data structs稀疏矩阵运算器

Description: 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
Platform: | Size: 47104 | Author: 雨后阳光 | Hits:

[Other稀疏矩阵的运算器

Description: 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with information" of the order form ternary group said Sparse matrix, Matrix achieve two together, subtract, multiply arithmetic. Sparse Matrix input form using ternary group, which runs the Matrix while the usual array listed. This is from Qinghua University, Yan Wei Min Xiulan WU Weimin compilation of the data structure that sets (C-language version) of the actual 136 XI 4
Platform: | Size: 5120 | Author: snow | Hits:

[Data structsmyheard

Description: 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\相减\相乘\求导\求X值\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \ subtract \ multiply \ derivative \ for the value of X \ ... There color text prepared by the an interface. very pretty, ease of use
Platform: | Size: 74752 | Author: 刘建聪 | Hits:

[Data structslinkedmatrix

Description: 一种基于二维链表的稀疏矩阵模半板类设计 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.-based on two-dimensional chain of sparse matrix model semi-plate design of Class A's template parse matrix. Key technology : bin. 2-m linked matrix. constructors : 1.normal constuctor 2.copy constuctor. 3.ass ignment constructor. Basic operator : 1. addition (sub) 2 matrix of two. inverse of a ma trix. 3. multiply of two matrix. etc
Platform: | Size: 7168 | Author: 狄中泉 | Hits:

[CSharpEX_4_1

Description: 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compiled an arithmetic expression evaluates procedures (1) with a crossbow chain said sparse matrix, 2 matrix to achieve together, subtract and multiply arithmetic. Sparse Matrix input form using ternary group, and the results of the matrix operation was the usual array listed. (2) should first input matrix number of rows and columns, and discriminant given two Matrix OK, Columns for the required for the operation would match. (3) procedures for the importation of triple sequence is no specific request, in any order of entry, its procedures for identifying, inserted into the appropriate location. (4) using triple said sparse matrix, additive or subtraction results matrix should be another generation, Matrix also used the product Cross Chain store.
Platform: | Size: 2048 | Author: 战天 | Hits:

[AlgorithmSMatrix

Description: 利用三元组顺序表表示稀疏矩阵,带行逻辑链接信息。实现两个矩阵相加,相减和相乘。输入用三元组表示,输出为通常的阵列形式。-Use the order form that triples sparse matrix, with lines Logical link information. The realization of the sum of two matrices, subtract and multiply. Triples said input and output for the usual array of forms.
Platform: | Size: 70656 | Author: 方超 | Hits:

[Algorithm11

Description: 稀疏矩阵的运算问题。涉及相加,相减,相乘,并使用文件功能,即直接读取文件,而不用自己在程序运行时输入矩阵-Sparse matrix computation problems. Involving the sum, subtract, multiply, and use the document function, that is, read the file directly, rather than running their own input matrix
Platform: | Size: 3072 | Author: 陈树歆 | Hits:

[AlgorithmSPARSKIT2.tar

Description: 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。-Yousef Saad This is prepared in the Fortran matrix calculation package (A basic tool-kit for sparse matrix computations (Version 2), contains the common sort, preconditioning (ILU decomposition, etc.), Krylov subspace iteration method, as well as limited differential and other methods such as numerical example. there are many very practical subprogram (such as sparse matrix add, multiply, etc., can learn from experts in the design yo!). hard to study large-scale numerical solution of linear equations of the people Recommended (Fortran is inadequate to achieve, I feel good or C language).
Platform: | Size: 1157120 | Author: 张德柱 | Hits:

[Mathimatics-Numerical algorithmssparse.matrix.algorithms

Description: 介绍有关稀疏矩阵的相关算法,包括稀疏矩阵相乘,相加-On the sparse matrix algorithms, including sparse matrix multiply, add, etc.
Platform: | Size: 2048 | Author: 王风 | Hits:

[Special Effects5[1][1].4

Description: 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
Platform: | Size: 1024 | Author: 夏馨 | Hits:

[Internet-Networksparse_matrix

Description: program to add two and multiply sparse matrices
Platform: | Size: 2048 | Author: gufran | Hits:

[OtherSparseMatrix

Description: 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
Platform: | Size: 244736 | Author: lijie | Hits:

[Data structsmultiply

Description: 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。简明、易懂、C++自编版。-Data structure on experiments- matrix multiplication. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result. Concise, easy to understand, C++ self-compiled version.
Platform: | Size: 1153024 | Author: Juicy | Hits:

[Othersparse-polynomials-

Description: 实现稀疏多项式的加减乘除,建立删除,等相关操作,并使用牛顿迭代法进行解方程-accomplish the function of addition ,deduction,multiply ,divide and so on .especially the code use Newton algothrim to solve the equation
Platform: | Size: 797696 | Author: 宇文风 | Hits:

[OtherSparse-matrix-operation

Description: 稀疏矩阵的乘法和转置算法。 C++ Builder调试通过。 -Sparse matrix operation, multiply, transform.
Platform: | Size: 405504 | Author: HY | Hits:
« 12 »

CodeBus www.codebus.net