CN105608059A - Module for solving triangular matrix decomposition based on improved bitwise substitution method - Google Patents

Module for solving triangular matrix decomposition based on improved bitwise substitution method Download PDF

Info

Publication number
CN105608059A
CN105608059A CN201510981481.3A CN201510981481A CN105608059A CN 105608059 A CN105608059 A CN 105608059A CN 201510981481 A CN201510981481 A CN 201510981481A CN 105608059 A CN105608059 A CN 105608059A
Authority
CN
China
Prior art keywords
centerdot
matrix
decomposed
triangular matrix
reduction coefficient
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510981481.3A
Other languages
Chinese (zh)
Inventor
张多利
王浩
宋宇鲲
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hefei University of Technology
Original Assignee
Hefei University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hefei University of Technology filed Critical Hefei University of Technology
Priority to CN201510981481.3A priority Critical patent/CN105608059A/en
Priority to PCT/CN2016/078460 priority patent/WO2017107337A1/en
Priority to JP2017514867A priority patent/JP6388713B2/en
Publication of CN105608059A publication Critical patent/CN105608059A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Complex Calculations (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses a module for solving triangular matrix decomposition based on an improved bitwise substitution method, which is characterized by comprising a boundary element acquisition unit, an internal element acquisition unit, an upper triangular matrix decomposition unit and a lower triangular matrix decomposition unit, wherein the boundary element acquisition unit is used for acquiring a boundary element of a reduced coefficient matrix of a matrix to be decomposed; the internal element acquisition unit is used for acquiring an internal element of the reduced coefficient matrix of the matrix to be decomposed to acquire the reduced coefficient matrix; the upper triangular matrix decomposition unit is used for decomposing an upper triangular matrix of the matrix to be decomposed; and the lower triangular matrix decomposition unit is used for decomposing a lower triangular matrix of the matrix to be decomposed. The module disclosed by the invention can reduce the computational complexity of matrix decomposition, compress the storage space and improve the parallelizability of the decomposition operation, so as to quickly and effectively complete the matrix decomposition operation.

Description

A kind of module of asking matrix triangle decomposition based on improved position displacement method
Technical field
The present invention relates to matrix operation, relate in particular to a kind of New-type mould of asking matrix triangle decomposition based on improved position displacement methodPiece.
Background technology
Matrix operation is the basis that Science and engineering calculates. Flexibility and the high numerical value of succinct form of presentation, the computing intuitively of matrixStability makes matrix operation become key technology and the key problem of numerous engineering projects. Matrix operation comprises matrix multiplication, matrixDecomposition, matrix inversion etc. Wherein matrix decomposition is the inverse process of matrix multiplication, is the mode that solves of a kind of simplification of matrix inversion,Develop also universal. Because the matrix after decomposing has more significantly numerical characteristics or physical meaning, matrix decomposition is at numerical valueAnalyze and engineering field acquisition extensive use. For example, in environmental management risk assessment, Digital Image Processing and encryption, Fluid ComputationThe large-scale data analysis fields such as dynamics, signal processing and control, matrix decomposition algorithm or has become core support.How efficent use of resources is realized the computing of rapid large-scale matrix decomposition becomes the Focal point and difficult point of design.
Current matrix decomposes of a great variety, and in engineering application, conventional have QR decompositions, LU decomposition, a singular value decomposition etc., tiesClose concrete application and can select different decomposition methods. Wherein QR decomposes the decomposition that can be used for Arbitrary Matrix, and its essence is to appointMeaning matrix A resolves into the product of an orthogonal matrix Q and a triangular matrix R. QR decomposes classic algorithm gram-schmidtMethod, householder converter technique and givens rotary process, adopt recurrence method, and computation complexity is large, flow process control difficulty, andRow is poor. It is a kind of matrix decomposition mode for nonsingular square matrix (being that sequence of matrices principal minor is not all 0) that LU decomposes, its basisMatter is the product that matrix A is decomposed into a lower triangle battle array L and upper triangular matrix U. But LU decomposition computation complexity is high, adoptRecurrence method, serial is had relatively high expectations, and takies memory space large. Singular value decomposition is normal matrix diagonalization at the tenth of the twelve Earthly Branches in matrix analysisPopularization, a complex matrix A is decomposed into two unitary matrice U, V and a diagonal matrix S by the essence of singular value decompositionProduct. But singular value decomposition is difficult to split into uncorrelated sub-computing, and singular value decomposition concurrency is poor, and computation complexity is higher, meterCalculate efficiency, real-time poor.
To sum up, current existing matrix decomposition technology still has certain limitation in engineering application, be mainly summed up as following someNot enough:
The first, adopt recursion alternative manner, serial is had relatively high expectations, and carries out concurrent operation difficulty larger, and being difficult to meet engineering shouldUse middle requirement of real-time.
The second, computational complexity is higher, and operand is larger, and computing time is longer.
The 3rd, computational space complexity is higher, and the memory space taking is larger, not high at concrete engineering application resource utilization.
Summary of the invention
The present invention is for avoiding the deficiencies in the prior art part, proposes a kind ofly new to ask matrix triangle based on improved position displacement methodThe module of decomposing, to reducing computational complexity, compression memory space, that improves decomposition operation can concurrency, and then very fastSpeed, complete matrix decomposition computing efficiently.
The present invention is that technical solution problem adopts following technical scheme:
The present invention is a kind of asks the feature of the module of matrix triangle decomposition to comprise based on improved position displacement method: boundary element obtains listUnit, inner element acquiring unit, upper triangular matrix resolving cell and lower triangular matrix resolving cell;
Described boundary element acquiring unit is used for obtaining matrix to be decomposed A = a 11 a 12 ... a 1 i ... a 1 M a 21 a 22 ... a 2 i ... a 2 M . . . . . . ... . ... . . . . . a j 1 a j 2 ... a j i ... a j M . . . . . . ... . ... . . . . . a M 1 a M 2 ... a M i ... a M M ReductionThe boundary element of coefficient matrix N; Described matrix A to be decomposed is that to meet each rank the Principal Minor Sequence be not 0 M rank square formation; ajiTableShow the capable i column element of j; I, j=1,2,3 ..., M;
Described inner element acquiring unit is used for the inner element of the reduction coefficient matrix N that obtains matrix A to be decomposed; Thereby obtainReduction coefficient matrix N;
Described upper triangular matrix resolving cell is for decomposing the upper triangular matrix of matrix A to be decomposed;
Described lower triangular matrix resolving cell is for decomposing the lower triangular matrix of matrix A to be decomposed.
Of the present inventionly ask the feature of the module of matrix triangle decomposition to be also based on improved position displacement method:
Described boundary element acquiring unit, according to matrix A to be decomposed, utilizes formula (1) to obtain the boundary element of reduction coefficient matrix Nn1i·0And nj1·0
n 1 i · 0 = a 1 i n j 1 · 0 = a j 1 - - - ( 1 )
Described inner element acquiring unit utilizes formula (2) to obtain the diagonal element n of reduction coefficient matrix Nii·(i-1)
n i i · ( i - 1 ) = a i i - Σ k = 1 i - 1 n i k · ( k - 1 ) · n k i · ( k - 1 ) n k k · ( k - 1 ) - - - ( 2 )
In formula (2), k=2,3 ... i-1;
Described inner element acquiring unit utilizes formula (3) to obtain the lower triangle element n of reduction coefficient matrix Nji·(i-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n i i &CenterDot; ( i - 1 ) < 0 - - - ( 3 )
In formula (3), i=2,3 ..., M-1; J=i+1, i+2 ..., M;
Described inner element acquiring unit utilizes formula (4) to obtain the upper triangle element n of reduction coefficient matrix Nji·(j-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n j j &CenterDot; ( j - 1 ) < 0 - - - ( 4 )
In formula (4), i=j+1, j+2 ..., M; J=2,3 ..., M-1;
Thereby obtain reduction coefficient matrix N be: N = n 11 &CenterDot; 0 ... n 1 ( i - 1 ) &CenterDot; 0 n 1 i &CenterDot; 0 ... n 1 M &CenterDot; 0 n 21 &CenterDot; 0 ... n 2 ( i - 1 ) &CenterDot; 1 n 2 i &CenterDot; 0 ... n 2 M &CenterDot; 1 . . . . . . . . . . . . . . . . . . n j 1 &CenterDot; 0 ... n j ( i - 1 ) &CenterDot; ( i - 2 ) n j i &CenterDot; ( i - 1 ) ... n j M &CenterDot; ( j - 1 ) . . . . . . . . . . . . . . . . . . n M 1 &CenterDot; 0 ... n M ( i - 1 ) &CenterDot; ( i - 2 ) n M i &CenterDot; ( i - 1 ) ... n M M &CenterDot; M - 1
Described lower triangular matrix resolving cell, according to described reduction coefficient matrix N, utilizes formula (5) that described matrix A to be decomposed is dividedSeparate as lower triangular matrix
lji=0,j=1,2,…,M-1;i=j+1,j+2,…,M
l i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M l i i = - | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
l j i = 1 n i i &CenterDot; ( i - 1 ) &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) > 0 l j i = 1 - | n i i &CenterDot; ( i - 1 ) | &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) < 0 - - - ( 5 )
Described upper triangular matrix resolving cell, according to described reduction coefficient matrix N, utilizes formula (6) that described matrix A to be decomposed is dividedSeparate as upper triangular matrix
rji=0,i=1,2,…,M-1;j=i+1,i+2,…,M
r i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M r i i = | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
r j i = 1 n j j &CenterDot; ( j - 1 ) &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M r j i = 1 | n j j &CenterDot; ( j - 1 ) | &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) < 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M - - - ( 6 ) .
Compared with the prior art, beneficial effect of the present invention is embodied in:
1, the matrix decomposition module that the present invention proposes, in whole calculating process, only in inner element acquiring unit, lower threeIn angular moment battle array resolving cell and in upper triangular matrix resolving cell, need to do evolution or inverse to the diagonal element of reduction coefficient matrix(division), the remainder of whole decomposing module only relates to simple multiply-add operation process, has avoided a large amount of opening in prior artSide, square, ask the computing such as norm, division, greatly simplified calculating process.
2, the matrix decomposition module that the present invention proposes, is carrying out on the basis of matrix Algorithm for Triangular Decomposition based on former position displacement method,Its algorithm is revised and improved, produced improved Efficient Matrix Decomposition algorithm. The matrix decomposition module that the present invention proposesBased on improved position displacement matrix decomposition algorithm, not only widen the computing scope of application, and greatly simplified calculating process, makeComputational complexity is lower.
3, the matrix decomposition module that the present invention proposes, by obtaining in boundary element acquiring unit and inner element acquiring unitAnd create reduction coefficient matrix, and decompose serial iteration process, make in obtaining reduction coefficient matrix element upper triangleThe reduction coefficient matrix element that matrix decomposition unit and lower triangular matrix resolving cell inside can be obtained by prime, parallel solve,Lower triangular matrix element, has overcome in existing matrix decomposition technology, owing to adopting iteration serial computing to calculate one by one upper and lower triangleWhat matrix element caused can the not strong problem of concurrency.
4, the matrix decomposition module that the present invention proposes, based on the method for position displacement, makes whole module except input square to be decomposedOutside the shared memory space of battle array, without the memory space outside occupying volume. Existing matrix decomposition technology, a large amount of owing to takingMemory space, thus in the engineering application of ultra-large matrix decomposition, there is certain limitation, and the present invention has solved this justOne problem.
5, the matrix decomposition module that the present invention proposes, each unit internal arithmetic process computational complexity is lower, and inner element obtainsGetting inside, unit can be by upper and lower triangle executed in parallel calculating process, and upper triangular matrix resolving cell and lower triangular matrix decompose singleUnit can parallel work-flow, thereby operation time is shorter, has solved the higher problem of existing matrix decomposition technology complexity operation time.
Detailed description of the invention
In the present embodiment, a kind ofly ask the module of matrix triangle decomposition to comprise based on improved position displacement method: boundary element obtains listUnit, inner element acquiring unit, upper triangular matrix resolving cell and lower triangular matrix resolving cell; It decomposes thinking: 1According to given matrix to be decomposed, ask the boundary element of its reduction coefficient matrix; 2 according to matrix to be decomposed and its reduction coefficient matrixBoundary element, ask the inner element of its reduction coefficient matrix; 3 according to reduction coefficient matrix, is upper by matrix decomposition to be decomposedTriangular matrix and lower triangular matrix, thus the decomposition of whole matrix completed; Specifically,
Boundary element acquiring unit is used for obtaining matrix to be decomposed A = a 11 a 12 ... a 1 i ... a 1 M a 21 a 22 ... a 2 i ... a 2 M . . . . . . ... . ... . . . . . a j 1 a j 2 ... a j i ... a j M . . . . . . ... . ... . . . . . a M 1 a M 2 ... a M i ... a M M Reduction coefficientThe boundary element of matrix N; Matrix A to be decomposed is that to meet each rank the Principal Minor Sequence be not 0 M rank square formation; ajiRepresent that j is capableI column element; I, j=1,2,3 ..., M; In the present embodiment, the matrix A to be decomposed that adopts Matlab to create is random generationEach rank the Principal Minor Sequence be not 08 rank square formations:
A = a 11 a 12 a 13 a 14 a 15 a 16 a 17 a 18 a 21 a 22 a 23 a 24 a 25 a 26 a 27 a 28 a 31 a 32 a 33 a 34 a 35 a 36 a 37 a 38 a 41 a 42 a 43 a 44 a 45 a 46 a 47 a 48 a 51 a 52 a 53 a 54 a 55 a 56 a 57 a 58 a 61 a 62 a 63 a 64 a 65 a 66 a 67 a 68 a 71 a 72 a 73 a 74 a 75 a 76 a 77 a 78 a 81 a 82 a 83 a 84 a 85 a 86 a 87 a 88 = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 7 - 14 12 - 8 10 12 4 - 7 2 - 11 - 18 5 - 12 12 13 - 15 2 - 10 9 5 0 7 - 4 - 1 10 - 19 - 13 0 5 7 4 4 - 15 7 12 - 9 - 1 7 - 4 8 13 4 - 3 - 5 17 6 - 16 4 7 8 - 5 - 1 - 7 3 1
Specifically, boundary element acquiring unit is to utilize formula (1) to obtain the limit of reduction coefficient matrix N according to matrix A to be decomposedBound component n1i·0And nj1·0
n 1 i &CenterDot; 0 = a 1 i n j 1 &CenterDot; 0 = a j 1 - - - ( 1 )
In the present embodiment, boundary element acquiring unit is to utilize formula (1) to obtain reduction coefficient square according to the matrix A to be decomposed of inputThe boundary element of battle array N, shown in (1.1):
N = n 11 &CenterDot; 0 n 12 &CenterDot; 0 n 13 &CenterDot; 0 n 14 &CenterDot; 0 n 15 &CenterDot; 0 n 16 &CenterDot; 0 n 17 &CenterDot; 0 n 18 &CenterDot; 0 n 21 &CenterDot; 0 n 22 &CenterDot; 1 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 n 31 &CenterDot; 0 n 32 &CenterDot; 1 n 33 &CenterDot; 2 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 n 41 &CenterDot; 0 n 42 &CenterDot; 1 n 43 &CenterDot; 2 n 44 &CenterDot; 3 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 n 51 &CenterDot; 0 n 52 &CenterDot; 1 n 53 &CenterDot; 2 n 54 &CenterDot; 3 n 55 &CenterDot; 4 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 n 61 &CenterDot; 0 n 62 &CenterDot; 1 n 63 &CenterDot; 2 n 64 &CenterDot; 3 n 65 &CenterDot; 4 n 66 &CenterDot; 5 n 67 &CenterDot; 5 n 68 &CenterDot; 5 n 71 &CenterDot; 0 n 72 &CenterDot; 1 n 73 &CenterDot; 2 n 74 &CenterDot; 3 n 75 &CenterDot; 4 n 76 &CenterDot; 5 n 77 &CenterDot; 6 n 78 &CenterDot; 6 n 81 &CenterDot; 0 n 82 &CenterDot; 1 n 83 &CenterDot; 2 n 84 &CenterDot; 3 n 85 &CenterDot; 4 n 86 &CenterDot; 5 n 87 &CenterDot; 6 n 88 &CenterDot; 7 = - 7 - 12 - 9 0 - 5 3 - 8 1 14 n 22 &CenterDot; 1 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 n 32 &CenterDot; 1 n 33 &CenterDot; 2 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 n 42 &CenterDot; 1 n 43 &CenterDot; 2 n 44 &CenterDot; 3 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 n 52 &CenterDot; 1 n 53 &CenterDot; 2 n 54 &CenterDot; 3 n 55 &CenterDot; 4 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 n 62 &CenterDot; 1 n 63 &CenterDot; 2 n 64 &CenterDot; 3 n 65 &CenterDot; 4 n 66 &CenterDot; 5 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 n 72 &CenterDot; 1 n 73 &CenterDot; 2 n 74 &CenterDot; 3 n 75 &CenterDot; 4 n 76 &CenterDot; 5 n 77 &CenterDot; 6 n 78 &CenterDot; 6 4 n 82 &CenterDot; 1 n 83 &CenterDot; 2 n 84 &CenterDot; 3 n 85 &CenterDot; 4 n 86 &CenterDot; 5 n 87 &CenterDot; 6 n 88 &CenterDot; 7 - - - ( 1.1 )
Inner element acquiring unit is used for the inner element of the reduction coefficient matrix N that obtains matrix A to be decomposed; Thereby acquisition reductionCoefficient matrix N;
Specifically, inner element acquiring unit first utilizes formula (2) to obtain the diagonal element n of reduction coefficient matrix Nii·(i-1)
n i i &CenterDot; ( i - 1 ) = a i i - &Sigma; k = 1 i - 1 n i k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) - - - ( 2 )
In formula (2), k=2,3 ... i-1;
In the present embodiment, inner element acquiring unit is utilized the diagonal element of formula (2) acquisition reduction coefficient matrix, suc as formula (2.1)Shown in:
N = - 7 - 12 - 9 0 - 5 3 - 8 1 14 n 22 &CenterDot; 1 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 n 32 &CenterDot; 1 n 33 &CenterDot; 2 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 n 42 &CenterDot; 1 n 43 &CenterDot; 2 n 44 &CenterDot; 3 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 n 52 &CenterDot; 1 n 53 &CenterDot; 2 n 54 &CenterDot; 3 n 55 &CenterDot; 4 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 n 62 &CenterDot; 1 n 63 &CenterDot; 2 n 64 &CenterDot; 3 n 64 &CenterDot; 4 n 66 &CenterDot; 5 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 n 72 &CenterDot; 1 n 73 &CenterDot; 2 n 74 &CenterDot; 3 n 75 &CenterDot; 4 n 76 &CenterDot; 5 n 77 &CenterDot; 6 n 78 &CenterDot; 6 4 n 82 &CenterDot; 1 n 83 &CenterDot; 2 n 84 &CenterDot; 3 n 85 &CenterDot; 4 n 86 &CenterDot; 5 n 88 &CenterDot; 6 n 88 &CenterDot; 7 = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 n 32 &CenterDot; 1 - 16.4516 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 n 42 &CenterDot; 1 n 43 &CenterDot; 2 34.5024 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 n 52 &CenterDot; 1 n 53 &CenterDot; 2 n 54 &CenterDot; 3 - 8.4079 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 n 62 &CenterDot; 1 n 63 &CenterDot; 2 n 64 &CenterDot; 3 n 65 &CenterDot; 4 - 9.4401 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 n 72 &CenterDot; 1 n 73 &CenterDot; 2 n 74 &CenterDot; 3 n 75 &CenterDot; 4 n 76 &CenterDot; 5 22.9315 n 78 &CenterDot; 6 4 n 82 &CenterDot; 1 n 83 &CenterDot; 2 n 84 &CenterDot; 3 n 85 &CenterDot; 4 n 86 &CenterDot; 5 n 87 &CenterDot; 6 1.8465 - - - ( 2.1 )
Inner element acquiring unit recycling formula (3) obtains the lower triangle element n of reduction coefficient matrix Nji·(i-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n i i &CenterDot; ( i - 1 ) < 0 - - - ( 3 )
In formula (3), i=2,3 ..., M-1; J=i+1, i+2 ..., M;
In the present embodiment, inner element acquiring unit is utilized the lower triangle element of formula (3) acquisition reduction coefficient matrix, suc as formula (3.1)Shown in:
N = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 n 32 &CenterDot; 1 - 16.4516 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 n 42 &CenterDot; 1 n 43 &CenterDot; 2 34.5024 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 n 52 &CenterDot; 1 n 53 &CenterDot; 2 n 54 &CenterDot; 3 - 8.4079 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 n 62 &CenterDot; 1 n 63 &CenterDot; 2 n 64 &CenterDot; 3 n 65 &CenterDot; 4 - 9.4401 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 n 72 &CenterDot; 1 n 73 &CenterDot; 2 n 74 &CenterDot; 3 n 75 &CenterDot; 4 n 76 &CenterDot; 5 22.9315 n 78 &CenterDot; 6 4 n 82 &CenterDot; 1 n 83 &CenterDot; 2 n 84 &CenterDot; 3 n 85 &CenterDot; 4 n 86 &CenterDot; 5 n 87 &CenterDot; 6 1.8465
= - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 - 14 - 16.4516 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 - 27.7143 19.3226 34.5024 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 - 11.7143 29.8065 14.3277 - 8.4079 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 21.8571 - 24.4194 - 15.1345 - 2.4816 - 9.4401 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 0.7143 5.5484 0.9664 10.8584 0.5766 22.9315 n 78 &CenterDot; 6 4 - 0.1429 - 2.7097 - 7.0168 4.1557 11.7530 - 16.0717 1.8465 - - - ( 3.1 )
Inner element acquiring unit finally utilizes formula (4) to obtain the upper triangle element n of reduction coefficient matrix Nji·(j-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n j j &CenterDot; ( j - 1 ) < 0 - - - ( 4 )
In formula (4), i=j+1, j+2 ..., M; J=2,3 ..., M-1;
In the present embodiment, inner element acquiring unit is utilized the upper triangle element of formula (4) acquisition reduction coefficient matrix, suc as formula (4.1)Shown in:
N = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 n 23 &CenterDot; 1 n 24 &CenterDot; 1 n 25 &CenterDot; 1 n 26 &CenterDot; 1 n 27 &CenterDot; 1 n 28 &CenterDot; 1 - 7 - 14 - 16.4516 n 34 &CenterDot; 2 n 35 &CenterDot; 2 n 36 &CenterDot; 2 n 37 &CenterDot; 2 n 38 &CenterDot; 2 - 15 - 27.7143 19.3226 34.5024 n 45 &CenterDot; 3 n 46 &CenterDot; 3 n 47 &CenterDot; 3 n 48 &CenterDot; 3 - 1 - 11.7143 29.8065 14.3277 - 8.4079 n 56 &CenterDot; 4 n 57 &CenterDot; 4 n 58 &CenterDot; 4 4 21.8571 - 24.4194 - 15.1345 - 2.4816 - 9.4401 n 67 &CenterDot; 5 n 68 &CenterDot; 5 8 0.7143 5.5484 0.9664 10.8584 0.5766 22.9315 n 78 &CenterDot; 6 4 - 0.1429 - 2.7097 - 7.0168 4.1557 11.7530 - 16.0717 1.8465 = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 32 - 12 18 - 16 4 - 6 - 7 - 14 - 16.4516 12.5806 - 1.8710 7.7742 - 18.1935 - 14.7079 - 15 - 27.7143 19.3226 34.5024 - 2.5754 17.0064 - 0.8017 - 18.0555 - 1 - 11.7143 29.8065 14.3277 - 8.4079 - 17.6407 25.9982 13.0286 4 21.8571 - 24.4194 - 15.1345 - 2.4816 - 9.4401 - 24.2288 - 2.4098 8 0.7143 5.5484 0.9664 10.8584 0.5766 22.9315 - 2.7720 4 - 0.1429 - 2.7097 - 7.0168 4.1557 11.7530 - 16.0717 1.8465 - - - ( 4.1 )
Thereby obtain reduction coefficient matrix N be: N = n 11 &CenterDot; 0 ... n 1 ( i - 1 ) &CenterDot; 0 n 1 i &CenterDot; 0 ... n 1 M &CenterDot; 0 n 21 &CenterDot; 0 ... n 2 ( i - 1 ) &CenterDot; 1 n 2 i &CenterDot; 0 ... n 2 M &CenterDot; 1 . . . . . . . . . . . . . . . . . . n j 1 &CenterDot; 0 ... n j ( i - 1 ) &CenterDot; ( i - 2 ) n j i &CenterDot; ( i - 1 ) ... n j M &CenterDot; ( j - 1 ) . . . . . . . . . . . . . . . . . . n M 1 &CenterDot; 0 ... n M ( i - 1 ) &CenterDot; ( i - 2 ) n M i &CenterDot; ( i - 1 ) ... n M M &CenterDot; M - 1
In the present embodiment, the reduction coefficient matrix N of acquisition is:
N = - 7 - 12 - 9 0 - 5 3 - 8 1 14 - 31 32 - 12 18 - 16 4 - 6 - 7 - 14 - 16.4516 12.5806 - 1.8710 7.7742 - 18.1935 - 14.7079 - 15 - 27.7143 19.3226 34.5024 - 2.5754 17.0064 - 0.8017 - 18.0555 - 1 - 11.7143 29.8065 14.3277 - 8.4079 - 17.6407 25.9982 13.0286 4 21.8571 - 24.4194 - 15.1345 - 2.4816 - 9.4401 - 24.2288 - 2.4098 8 0.7143 5.5484 0.9664 10.8584 0.5766 22.9315 - 2.7720 4 - 0.1429 - 2.7097 - 7.0168 4.1557 11.7530 - 16.0717 1.8465
Upper triangular matrix resolving cell is for decomposing the upper triangular matrix of matrix A to be decomposed;
Specifically, upper triangular matrix resolving cell, according to reduction coefficient matrix N, utilizes formula (5) that matrix A to be decomposed is decomposedFor lower triangular matrix
lji=0,j=1,2,…,M-1;i=j+1,j+2,…,M
l i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M l i i = - | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
l j i = 1 n i i &CenterDot; ( i - 1 ) &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) > 0 l j i = 1 - | n i i &CenterDot; ( i - 1 ) | &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) < 0 - - - ( 5 )
In the present embodiment, upper triangular matrix resolving cell, according to formula (4.1), utilizes formula (5) that matrix A to be decomposed is decomposed into down to threeAngle matrix L, shown in (5.1):
L = - 2.6458 0 0 0 0 0 0 0 5.2915 - 5.5678 0 0 0 0 0 0 - 2.6458 2.5145 - 4.0561 0 0 0 0 0 - 5.6695 4.9776 - 4.7639 5.8740 0 0 0 0 - 0.3780 2.1039 - 7.3486 2.4392 - 2.8996 0 0 0 1.5119 - 3.9257 6.0205 - 2.5765 0.8558 - 3.0725 0 0 3.0237 - 0.1283 - 1.3679 0.1654 - 3.7447 - 0.1877 4.7887 0 1.5119 0.0257 0.6681 - 1.1945 - 1.4332 - 3.8253 - 3.3562 1.3589 - - - ( 5.1 )
Lower triangular matrix resolving cell is for decomposing the lower triangular matrix of matrix A to be decomposed;
Specifically, lower triangular matrix resolving cell, according to reduction coefficient matrix N, utilizes formula (6) that matrix A to be decomposed is decomposedFor upper triangular matrix
rji=0,i=1,2,…,M-1;j=i+1,i+2,…,M
r i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M r i i = | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
r j i = 1 n j j &CenterDot; ( j - 1 ) &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M r j i = 1 | n j j &CenterDot; ( j - 1 ) | &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) < 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M - - - ( 6 )
In the present embodiment, lower triangular matrix resolving cell, according to formula (4.1), utilizes formula (6) that matrix A to be decomposed is decomposed intoTriangular matrix R, shown in (6.1):
R = 2.6485 4.5356 3.4017 0 1.8898 - 1.1339 3.0237 - 0.3780 0 5.5678 5.7474 - 2.1553 3.2329 - 2.8737 0.7184 - 1.0776 0 0 4.0561 3.1017 - 0.4613 1.9167 - 4.4855 - 3.6266 0 0 0 5.8740 - 0.4384 2.8952 - 0.1365 - 3.0738 0 0 0 0 2.8996 - 6.0837 8.9660 4.4932 0 0 0 0 0 3.0725 - 7.8858 - 0.7843 0 0 0 0 0 0 4.7887 - 0.5789 0 0 0 0 0 0 0 1.3589 - - - ( 6.1 )
In order to verify the effect of the matrix decomposition module proposing in this patent, the exponent number of group more than choosing at random M differences, matrix element are gotThe matrix that value scope is different, inputs in this novel matrix triangle decomposition module and carries out matrix decomposition experiment as sample matrix to be decomposed.The performance of matrix decomposition module proposing for objective appraisal this patent, by three angular moments that adopt after this patent decomposing module is decomposedBattle array result of product and former sample matrix to be decomposed contrast, and employing formula (7) is calculated and obtained maximum absolute error ε, and to differenceResult under experiment condition is evaluated and tested, and concrete outcome is as shown in table 1 below:
ε=Max(|A-D|),D=L·R(7)
The different matrix decomposition experimental error of table 1 result
In table 1,8 rank, 64 rank, three kinds, 1024 rank scale sample matrix, every kind of scale matrix element have been chosen in experiment at randomScope is respectively (1,1), (20,20), (1000,1000), and every kind of condition random is chosen four groups of different sample matrix and carried outTest, from worst error result data in table, the triangular matrix phase after the matrix decomposition decomposition module that employing this patent proposesTake advantage of result and former sample matrix to be decomposed very approaching, absolute error and relative error are all less, have higher operational precision,The decomposing module that adopts this patent to propose is decomposed effectively.
In addition,, from embodiment calculating process, the decomposing module that this patent proposes, in the time decomposing, first by reduction coefficientMatrix element is replaced the original matrix element of corresponding position, then replaces the reduction coefficient matrix of corresponding position by the triangular matrix element after decomposingElement, whole process is original position and replaces, and does not need additionally to take memory space. And each unit internal arithmetic process ratio in moduleOther decomposition algorithm and original original position replace Algorithm are all simpler, and each unit is can degree of parallelism very high, greatly the compression of degree fortuneEvaluation time. Thereby known, the matrix decomposition module that this patent proposes has higher efficiency, and its decomposition algorithm adopting is not only transportedCalculate that precision is higher, operation use time is shorter, and computational complexity is low, can degree of parallelism high, save memory space, it is very good to haveTheory and engineering using value.

Claims (2)

1. a module of asking matrix triangle decomposition based on improved position displacement method, is characterized in that comprising: boundary element obtainsUnit, inner element acquiring unit, upper triangular matrix resolving cell and lower triangular matrix resolving cell;
Described boundary element acquiring unit is used for obtaining matrix to be decomposed A = a 11 a 12 ... a 1 i ... a 1 M a 21 a 22 ... a 2 i ... a 2 M . . . . . . ... . ... . . . . . a j 1 a j 2 ... a j i ... a j M . . . . . . ... . ... . . . . . a M 1 a M 2 ... a M i ... a M M ReductionThe boundary element of coefficient matrix N; Described matrix A to be decomposed is that to meet each rank the Principal Minor Sequence be not 0 M rank square formation; ajiTableShow the capable i column element of j; I, j=1,2,3 ..., M;
Described inner element acquiring unit is used for the inner element of the reduction coefficient matrix N that obtains matrix A to be decomposed; Thereby obtainReduction coefficient matrix N;
Described upper triangular matrix resolving cell is for decomposing the upper triangular matrix of matrix A to be decomposed;
Described lower triangular matrix resolving cell is for decomposing the lower triangular matrix of matrix A to be decomposed.
2. the module of asking matrix triangle decomposition based on improved position displacement method according to claim 1, is characterized in that:
Described boundary element acquiring unit, according to matrix A to be decomposed, utilizes formula (1) to obtain the boundary element of reduction coefficient matrix Nn1i·0And nj1·0
n 1 i &CenterDot; 0 = a 1 i n j 1 &CenterDot; 0 = a j 1 - - - ( 1 )
Described inner element acquiring unit utilizes formula (2) to obtain the diagonal element n of reduction coefficient matrix Nii·(i-1)
n i i &CenterDot; ( i - 1 ) = a i i - &Sigma; k = 1 i - 1 n i k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) - - - ( 2 )
In formula (2), k=2,3 ... i-1;
Described inner element acquiring unit utilizes formula (3) to obtain the lower triangle element n of reduction coefficient matrix Nji·(i-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n i i &CenterDot; ( i - 1 ) < 0 - - - ( 3 )
In formula (3), i=2,3 ..., M-1; J=i+1, i+2 ..., M;
Described inner element acquiring unit utilizes formula (4) to obtain the upper triangle element n of reduction coefficient matrix Nji·(j-1)
n j i &CenterDot; ( i - 1 ) = a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 - ( a j i - &Sigma; k = 1 i - 1 n j k &CenterDot; ( k - 1 ) &CenterDot; n k i &CenterDot; ( k - 1 ) n k k &CenterDot; ( k - 1 ) ) , n j j &CenterDot; ( j - 1 ) < 0 - - - ( 4 )
In formula (4), i=j+1, j+2 ..., M; J=2,3 ..., M-1;
Thereby obtain reduction coefficient matrix N be: N = n 11 &CenterDot; 0 ... n 1 ( i - 1 ) &CenterDot; 0 n 1 i &CenterDot; 0 ... n 1 M &CenterDot; 0 n 21 &CenterDot; 0 ... n 2 ( i - 1 ) &CenterDot; 1 n 2 i &CenterDot; 0 ... n 2 M &CenterDot; 1 . . . . . . . . . . . . . . . . . . n j 1 &CenterDot; 0 ... n j ( i - 1 ) &CenterDot; ( i - 2 ) n j i &CenterDot; ( i - 1 ) ... n j M &CenterDot; ( j - 1 ) . . . . . . . . . . . . . . . . . . n M 1 &CenterDot; 0 ... n M ( i - 1 ) &CenterDot; ( i - 2 ) n M i &CenterDot; ( i - 1 ) ... n M M &CenterDot; M - 1
Described lower triangular matrix resolving cell, according to described reduction coefficient matrix N, utilizes formula (5) that described matrix A to be decomposed is dividedSeparate as lower triangular matrix
lji=0,j=1,2,…,M-1;i=j+1,j+2,…,M
l i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M l i i = - | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
l j i = 1 n i i &CenterDot; ( i - 1 ) &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) > 0 l j i = 1 - | n i i &CenterDot; ( i - 1 ) | &CenterDot; n j i &CenterDot; ( i - 1 ) , i = 1 , 2 , ... , M - 1 ; j = i + 1 , i + 2 , ... , M ; n i i &CenterDot; ( i - 1 ) < 0 - - - ( 5 )
Described upper triangular matrix resolving cell, according to described reduction coefficient matrix N, utilizes formula (6) that described matrix A to be decomposed is dividedSeparate as upper triangular matrix
rji=0,i=1,2,…,M-1;j=i+1,i+2,…,M
r i i = n i i &CenterDot; ( i - 1 ) , n i i &CenterDot; ( i - 1 ) > 0 ; i = 1 , 2 , ... , M r i i = | n i i &CenterDot; ( i - 1 ) | , n i i &CenterDot; ( i - 1 ) < 0 ; i = 1 , 2 , ... , M
r j i = 1 n j j &CenterDot; ( j - 1 ) &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) > 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M r j i = 1 | n j j &CenterDot; ( j - 1 ) | &CenterDot; n j i &CenterDot; ( j - 1 ) , n j j &CenterDot; ( j - 1 ) < 0 ; j = 1 , 2 , ... , M - 1 ; i = j + 1 , j + 2 , ... , M - - - ( 6 ) .
CN201510981481.3A 2015-12-22 2015-12-22 Module for solving triangular matrix decomposition based on improved bitwise substitution method Pending CN105608059A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201510981481.3A CN105608059A (en) 2015-12-22 2015-12-22 Module for solving triangular matrix decomposition based on improved bitwise substitution method
PCT/CN2016/078460 WO2017107337A1 (en) 2015-12-22 2016-04-05 Module and method for solving matrix triangular decomposition on basis of improved bitwise substitution
JP2017514867A JP6388713B2 (en) 2015-12-22 2016-04-05 Digital signal processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510981481.3A CN105608059A (en) 2015-12-22 2015-12-22 Module for solving triangular matrix decomposition based on improved bitwise substitution method

Publications (1)

Publication Number Publication Date
CN105608059A true CN105608059A (en) 2016-05-25

Family

ID=55988005

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510981481.3A Pending CN105608059A (en) 2015-12-22 2015-12-22 Module for solving triangular matrix decomposition based on improved bitwise substitution method

Country Status (3)

Country Link
JP (1) JP6388713B2 (en)
CN (1) CN105608059A (en)
WO (1) WO2017107337A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897716A (en) * 2018-07-04 2018-11-27 合肥工业大学 By memory read/write operation come the data processing equipment and method of Reduction Computation amount
CN113094648A (en) * 2021-04-02 2021-07-09 算筹信息科技有限公司 Method for solving triangular matrix and matrix inner product by outer product accumulation

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108399152B (en) * 2018-02-06 2021-05-07 中国科学院信息工程研究所 Compression representation method, system, storage medium and rule matching device for digital search tree
CN108693251B (en) * 2018-02-19 2022-08-30 江苏新时膜科技有限公司 Three-dimensional detection method for realizing deep-layer defects of hollow plate-type ceramic membrane based on ultrasonic technology
CN109885945B (en) * 2019-02-26 2022-08-02 哈尔滨工程大学 Boundary element method near-field acoustic holographic transformation method in half-space environment
CN115993585B (en) * 2023-03-23 2023-05-30 北京东远润兴科技有限公司 Radar anti-interference signal matrix processing method, device, equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007133710A (en) * 2005-11-11 2007-05-31 Hitachi Ltd Preprocessing method and matrix reordering method in simultaneous linear equation iterative solution
US9245072B2 (en) * 2012-12-31 2016-01-26 Huawei Technologies Co., Ltd. System and method for pruning an over-defined system model
CN104216866B (en) * 2013-05-31 2018-01-23 深圳市海思半导体有限公司 A kind of data processing equipment
CN103746948A (en) * 2013-11-22 2014-04-23 天津理工大学 FPGA-based modularization blind source separating logic circuit
CN103902762B (en) * 2014-03-11 2016-11-16 复旦大学 A kind of carry out the circuit structure that least squares equation solves for positive definite symmetric matrices

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897716A (en) * 2018-07-04 2018-11-27 合肥工业大学 By memory read/write operation come the data processing equipment and method of Reduction Computation amount
US11194887B2 (en) 2018-07-04 2021-12-07 Hefei University Of Technology Data processing device and method, and digital signal processing device
CN108897716B (en) * 2018-07-04 2022-07-01 合肥工业大学 Data processing device and method for reducing calculation amount through memory read-write operation
CN113094648A (en) * 2021-04-02 2021-07-09 算筹信息科技有限公司 Method for solving triangular matrix and matrix inner product by outer product accumulation

Also Published As

Publication number Publication date
JP2018506757A (en) 2018-03-08
JP6388713B2 (en) 2018-09-12
WO2017107337A1 (en) 2017-06-29

Similar Documents

Publication Publication Date Title
CN105608059A (en) Module for solving triangular matrix decomposition based on improved bitwise substitution method
Zhai et al. Fast explicit operator splitting method and time-step adaptivity for fractional non-local Allen–Cahn model
Sakurai et al. Efficient parameter estimation and implementation of a contour integral-based eigensolver
CN101763445B (en) High-spectrum image dimensionality reduction chip
CN102624399B (en) Reconfiguration method for compression sensing signal
CN105426345A (en) Matrix inverse operation method
Berger et al. Multiparton Scattering Amplitudes via On-Shell Methods
CN104318243A (en) Sparse representation and empty spectrum Laplace figure based hyperspectral data dimension reduction method
CN105373517A (en) Spark-based distributed matrix inversion parallel operation method
Hu et al. A fourth-order dissipation-preserving algorithm with fast implementation for space fractional nonlinear damped wave equations
CN105630741A (en) Improved module for solving inverse matrixes of matrixes according to bit replacement method
Ostromsky et al. Air pollution modelling, sensitivity analysis and parallel implementation
CN109038592A (en) A kind of method of sampling and the probability load flow calculation method using the method for sampling
CN115270633A (en) Prediction method, system, device and medium for three-dimensional physical field of fuel cell
CN113239591B (en) Method and device for large-scale finite element grid parallel partition for DCU cluster
Nie et al. Tensor neural networks via circulant convolution
Jamal et al. A hybrid CPU/GPU approach for the parallel algebraic recursive multilevel solver pARMS
CN106202865A (en) A kind of calculate the method for arbitrary order coefficient in neutron transport discrete locking nub method
CN102970545A (en) Static image compression method based on two-dimensional discrete wavelet transform algorithm
Wu et al. A second-order strang splitting scheme with exponential integrating factor for the Allen–Cahn equation with logarithmic Flory–Huggins potential
CN103902762A (en) Circuit structure for conducting least square equation solving according to positive definite symmetric matrices
Han et al. Modify self-attention via skeleton decomposition for effective point cloud transformer
Digonnet et al. Massively parallel computation on anisotropic meshes
CN114237548A (en) Method and system for complex dot product operation based on nonvolatile memory array
Jia et al. The implicitly restarted multi-symplectic block-Lanczos method for large-scale Hermitian quaternion matrix eigenvalue problem and applications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160525