期刊文献+
共找到16篇文章
< 1 >
每页显示 20 50 100
GOTOBLAS一般矩阵乘法高效实现机制的研究 被引量:8
1
作者 蒋孟奇 张云泉 +1 位作者 宋刚 李玉成 《计算机工程》 CAS CSCD 北大核心 2008年第7期84-86,103,共4页
对GOTOBLAS库(GOTO)的实现机制,尤其是其中的一般矩阵乘法部分的实现进行了分析。结合近年来的一些研究成果,讨论了如何高效地实现矩阵相乘操作,把存储层次对程序性能的影响提高到计算模型的高度。对比实验表明,GOTO库的性能远远高于没... 对GOTOBLAS库(GOTO)的实现机制,尤其是其中的一般矩阵乘法部分的实现进行了分析。结合近年来的一些研究成果,讨论了如何高效地实现矩阵相乘操作,把存储层次对程序性能的影响提高到计算模型的高度。对比实验表明,GOTO库的性能远远高于没有考虑存储层次的一般BLAS库。证明了GOTO库性能上的优越性和将存储层次引入计算模型的必要性。 展开更多
关键词 GOTOBLAS库 一般矩阵乘法 存储层次 分块算法 计算模型
下载PDF
一般矩阵小扰动的特征值近似计算的改进 被引量:1
2
作者 杨长青 侯建花 《科学技术与工程》 2006年第20期3337-3338,共2页
介绍一种非自伴随系统矩阵发生小改变时,求解摄动矩阵特征值的近似方法,改进了基于迹理论的近似计算方法。并和基于广义Rayleigh商的近似计算方法作了比较,给出了两种方法的误差阶。通过算例对两种计算精度进行了比较。
关键词 非自伴随系统 一般矩阵 摄动 复特征值
下载PDF
关于一般矩阵函数变差的不等式
3
作者 刘修生 《数学物理学报(A辑)》 CSCD 北大核心 2004年第5期626-631,共6页
该文首先展示了一般矩阵函数 dχ( A) =∑σ∈ Hχ(σ) ∏mi=1aiσ( i) 可作为一个酉空间张量的适当对称类的内积 .然后 ,借助 Schwarz不等式和范数证明了关于一般矩阵函数变差的三个主要不等式 ,而其中一个不等式是已知不等式的推广 .
关键词 一般矩阵函数 张量积 对称类 SCHWARZ不等式 范数
下载PDF
一般矩阵函数的不等式(英文)
4
作者 刘修生 《数学杂志》 CSCD 北大核心 2009年第4期465-468,共4页
本文研究一般矩阵函数不等式.运用一般矩阵函数的两个公式和lp-范数的性质,结出了两个矩阵运算的一般矩阵函数不等式.
关键词 lp-范数 数值半径 对称算子 一般矩阵函数 张量积
下载PDF
一般矩阵函数的变差(英文)
5
作者 刘修生 《大学数学》 北大核心 2007年第5期134-136,共3页
设Sn是n次对称群,G为Sn的子群,χ是G的次数为1的特征标.如果A是一个n阶复变矩阵,定义一般矩阵函数dχG为dχG(A)=∑σ∈Gχ(σ)∏ni=1aiσ(i).本文用lp-算子范数(1≤p≤∞)的性质证明了一般矩阵函数变差的两个不等式.
关键词 lp-算子范数 张量积 非负矩阵 一般矩阵函数 投影
下载PDF
实一般矩阵的复特征值和复特征向量的计算机求解
6
作者 魏敏杰 黄培文 《武汉冶金科技大学学报》 1998年第2期186-190,共5页
在介绍实Schur分解定理和Householder矩阵的定义基础上,先将实一般矩阵A通过Householder矩阵转换成上Hessenberg矩阵H,再通过FrancisQR法,即一种两步带有位移的QR法,将不可约的... 在介绍实Schur分解定理和Householder矩阵的定义基础上,先将实一般矩阵A通过Householder矩阵转换成上Hessenberg矩阵H,再通过FrancisQR法,即一种两步带有位移的QR法,将不可约的实Hesenberg矩阵H化为实Schur形,最后得到矩阵A的复(或实)特征值。如果在变换之前或变换过程之中发现上Hesenberg矩阵H可约,便将其分解成若干个不可约的上Hesenberg矩阵H,反复使用FrancisQR法,直至将整个上Hesenberg矩阵H化为完整的Schur形。在求出实一般矩阵A的复(或实)特征值之后,应用列主元Gaus-Jordan消去法,可以得到精确的复(或实)特征向量。应用上述数学方法,编制了实一般矩阵的复特征值和复特征向量计算机程序。采用FrancisQR法,可以避免计算机进行复运算,同时使收敛速度和收敛精度得到较好地提高。 展开更多
关键词 一般矩阵 复特征值 复特征向量 计算机 振动
下载PDF
矩阵转置算法的研究 被引量:1
7
作者 刘玉坤 单冬红 《计算机时代》 2011年第9期30-31,33,共3页
根据矩阵的不同存储方式,对不同的转置方式作了对比分析;对一般矩阵的经典转置算法提出了一种改进方案;给出了用C语言编写的矩阵转置的几种算法。通过对各算法所作的时间、空间的复杂度分析,总结出了这几种算法的优缺点。
关键词 一般矩阵 稀疏矩阵 转置 改进方案
下载PDF
诱导矩阵的数值半径的不等式
8
作者 刘花璐 刘修生 《黄石理工学院学报》 2010年第1期33-34,共2页
文章研究诱导矩阵的数值半径.利用Schwarz不等式及可分解向量的内积与一般广义矩阵函数的关系,证明了诱导矩阵的数值半径不等式.
关键词 数值半径 一般矩阵函数 诱导矩阵
下载PDF
线性矩阵方程AX=B和XA=B的初等变换解法
9
作者 李德洪 《武汉金融高等专科学校学报》 1996年第2期60-62,共3页
学过线性代数者都知道,对于矩阵方程AX=B,当B为一个列向量时,它实际上就是一个线性方程组,可以通过对其增广矩阵进行初等行变换,判定其是否有解、有解时并可求得其解.而当B为一般矩阵时,是否也可用类似的方法对其进行求解呢?回答是肯定... 学过线性代数者都知道,对于矩阵方程AX=B,当B为一个列向量时,它实际上就是一个线性方程组,可以通过对其增广矩阵进行初等行变换,判定其是否有解、有解时并可求得其解.而当B为一般矩阵时,是否也可用类似的方法对其进行求解呢?回答是肯定的.本文就来讨论这一问题.本文所讨论的对象是以下两类最基本的线性矩阵方程,它们是:(1)AX=B其中.A为m×n矩阵.B为m×s矩阵.A、B均为已知.(2)XA=B其中,A为n×m矩阵,B为s×m矩阵,A、B均为已知. 展开更多
关键词 线性矩阵方程 初等变换 线性方程组 初等行变换 增广矩阵 AX=B 多个解 矩阵A 一般矩阵 解的充分必要条件
下载PDF
浅谈矩阵教学中科学思维方法
10
作者 徐秀华 《河北成人教育》 北大核心 1996年第2期45-45,共1页
浅谈矩阵教学中科学思维方法徐秀华在矩阵的教学中,我注意了教学内容中的辩证思想,排运用科学的思维s江指导羹个改学过程,发用地出自学既有曾记的适用性,又至宜于学日接g。炮阵在锡柱代我申是一个基本内容,也是一个担回回的内容... 浅谈矩阵教学中科学思维方法徐秀华在矩阵的教学中,我注意了教学内容中的辩证思想,排运用科学的思维s江指导羹个改学过程,发用地出自学既有曾记的适用性,又至宜于学日接g。炮阵在锡柱代我申是一个基本内容,也是一个担回回的内容,它在自成人被胃的经沉类、管理类自... 展开更多
关键词 科学思维方法 一般矩阵 特殊矩阵 教学中 矩阵乘积 矩阵的秩 思维能力 反对称矩阵 解线性方程组 科学的思维方法
下载PDF
空间几何对象相对位置的新安全判定方法
11
作者 赵玉 易磊 《计算机技术与发展》 2011年第5期103-106,110,共5页
针对空间几何对象相对位置判定问题提出一种新的解决方案,也就是运用矩阵秩的概念和一般矩阵求和的安全两方计算协议秘密判定空间几何对象相对位置问题。关于此问题,之前罗永龙教授设计了对应成比例判定协议,而文中则利用矩阵秩的概念... 针对空间几何对象相对位置判定问题提出一种新的解决方案,也就是运用矩阵秩的概念和一般矩阵求和的安全两方计算协议秘密判定空间几何对象相对位置问题。关于此问题,之前罗永龙教授设计了对应成比例判定协议,而文中则利用矩阵秩的概念和一般矩阵求和的安全两方计算协议设计了一些基础的空间几何对象相对位置安全判定协议。运用此协议解决了空间中的平面与平面位置关系问题、平面与直线位置关系问题和直线与直线位置关系问题。提出的新安全判定方法不久解决了空间几何对象相对位置判定问题,也将在其他安全多方计算问题中起到重要作用。 展开更多
关键词 矩阵秩的概念 一般矩阵求和的安全两方计算协议 安全多方计算
下载PDF
聚类分析技术在信息系统设计中的应用
12
作者 杨则正 《管理观察》 1997年第7期55-55,共1页
关键词 分析技术 统设计 信息系 数据聚类 矩阵方法 处理方法 规划信息 矩阵表示 一般矩阵 规划问题
下载PDF
Extensions of strongly π-regular general rings
13
作者 王周 陈建龙 《Journal of Southeast University(English Edition)》 EI CAS 2007年第2期309-312,共4页
The concept of the strongly π-regular general ring (with or without unity) is introduced and some extensions of strongly π-regular general rings are considered. Two equivalent characterizations on strongly π- reg... The concept of the strongly π-regular general ring (with or without unity) is introduced and some extensions of strongly π-regular general rings are considered. Two equivalent characterizations on strongly π- regular general rings are provided. It is shown that I is strongly π-regular if and only if, for each x ∈I, x^n =x^n+1y = zx^n+1 for n ≥ 1 and y, z ∈ I if and only if every element of I is strongly π-regular. It is also proved that every upper triangular matrix general ring over a strongly π-regular general ring is strongly π-regular and the trivial extension of the strongly π-regular general ring is strongly clean. 展开更多
关键词 strongly π-regular general ring strongly clean general ring upper triangular matrix general ring trivial extension
下载PDF
Analytical solution of temperature in laminated beams subjected to general thermal boundary conditions 被引量:2
14
作者 QIAN Hai QIU Yue-xiang +1 位作者 LU Chun-hua YANG Yang 《Journal of Central South University》 SCIE EI CAS CSCD 2022年第2期561-571,共11页
The temperature distribution in laminated beams underging thermal boundary conditions has been investigated.The thermal boundary conditions are general and include various combinations of prescribed heat fluxes and te... The temperature distribution in laminated beams underging thermal boundary conditions has been investigated.The thermal boundary conditions are general and include various combinations of prescribed heat fluxes and temperatures at the edges.An analytical solution of temperature for the laminated beam is present on the basis of the heat conduction theory in this paper.The proposed method is applicable to the beams with arbitrary thickness and layer numbers.Due to the complexity of the boundary conditions,the temperature field to be determined was considered from two sources.The first part was the temperature field from the complex temperature conditions at two edges of the laminated beam.The solution for the temperature of the first part was constructed to satisfy temperature boundary conditions at two edges.The second part was the temperature field from the upper and lower surface temperatures without taking account of the thermal conditions at two edges.In this part,the exact solution for the temperature was obtained based on the heat conduction theory.The convergence of the solution was examined by analyzing terms of Fourier series.The validity and feasibility of the proposed method was verified by comparing theoretical results with numerical results due to the equivalent single layer approach and the finite element method(FEM).The influences of surface temperatures,beam thicknesses,layer numbers and material properties with respects to the solution of the temperature field of the beam were investigated via a series of parametric studies. 展开更多
关键词 temperature field laminated beam transfer matrix general temperature boundary
下载PDF
Inter-Well Coupling and Resonant Tunneling Modes of Multiple Graphene Quantum Wells
15
作者 安丽萍 王同标 刘念华 《Communications in Theoretical Physics》 SCIE CAS CSCD 2011年第8期367-372,共6页
We investigate the inter-well coupling of multiple graphene quantum well structures consisting of graphenesuperlattices with different periodic potentials.The general form of the eigenlevel equation for the bound stat... We investigate the inter-well coupling of multiple graphene quantum well structures consisting of graphenesuperlattices with different periodic potentials.The general form of the eigenlevel equation for the bound states of thequantum well is expressed in terms of the transfer matrix elements.It is found that the electronic transmission exhibitsresonant tunneling peaks at the eigenlevels of the bound states and shifts to the higher energy with increasing the incidentangle.If there are N coupled quantum wells,the resonant modes have N-fold splitting.The peaks of resonant tunnelingcan be controlled by modulating the graphene barriers. 展开更多
关键词 graphene superlattice quantum well resonant tunneling modes inter-well coupling transfer matrix
下载PDF
Systems of Matrix Equations over a Central Algebra
16
作者 王卿文 李尚志 《Journal of Mathematical Research and Exposition》 CSCD 北大核心 2003年第1期15-20,共6页
Let Ω be a finite dimensional central algebra with an involutorial anti-automorphism and chartΩ≠2.Two systems of matrix equations over Ω are consid-ered.Necessary and sufficient conditions for the existences of ge... Let Ω be a finite dimensional central algebra with an involutorial anti-automorphism and chartΩ≠2.Two systems of matrix equations over Ω are consid-ered.Necessary and sufficient conditions for the existences of general solutions,andper(skew)selfconjugate solutions of the systems are given,respectively. 展开更多
关键词 central algebra system of matrix equations per(skew)selfconjugate ma-trix regular matrix quadruple.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部