搜索结果
找到约 111 项符合
Lu 的查询结果
按分类筛选
数学计算 The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far s ...
数学计算 一些矩阵运算的函数
一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换
数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th
Mapack可用来做矩阵运算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...
数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
数值算法/人工智能 此包包含了众多矩阵处理程序
此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、 ...
Linux/uClinux/Unix编程 C语言算法速查手册 书本附件
第1章 绪论 1
1.1 程序设计语言概述 1
1.1.1 机器语言 1
1.1.2 汇编语言 2
1.1.3 高级语言 2
1.1.4 C语言 3
1.2 C语言的优点和缺点 4
1.2.1 C语言的优点 4
1.2.2 C语言的缺点 6
1.3 算法概述 7
1.3.1 算法的基本特征 7
1.3.2 算法的复杂度 8
1.3.3 算法的准确性 10
1.3.4 算法的稳定性 14
第 ...
matlab例程 列主元高斯法、Jacobi迭代法、Gauss-Seidel法的原
LU分解法、列主元高斯法、Jacobi迭代法、Gauss-Seidel法的原
技术资料 航顺芯片HK32F030MF4P6替stm8S003新唐N76E003软件库与DEMO例程
HK32F030MF4P:全球最便宜的32BIT COTEX M0 MCU,上可以代替STM32F030F4P6,IO资源更丰富,只需1半价格,下可代替stm8S003,新唐N76E003等其它003,硬件全兼容其它8位单片机,ESD测试,HBM6KV,CDM 500V; LU 200mAIO口资料丰富,可以随意分配,Standby 模式下接近10nA的超低功耗,可以提供详细的技术支持与开发板,样片支持, ...
技术资料 STM32Cube官方例程学习指南(Lu)
STM32CubeMX是一个图形化的软件配置工具,使用图形向导可以生成STM32初始化代码工程。STM32CubeMX这个工具是ST目前重点打造的工具,目的就是为了方便开发者,节约时间,提高开发效率STM32CubeMX特性:1.直观的选择 STM32 微控制器(MCU)和微处理器(MPU)。2.丰富易用的图形化界面:3.生成初始化代码工程,包含:EWARM、 MD ...