搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
OperationsofMatrix
- performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
OpenMP_exercise
- 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
multiThread-win2
- windows下利用多线程编实现矩阵的乘法,充分利用资源以提高运算的效率。-compiled under windows using multi-threaded matrix multiplication to achieve full use of resources to improve the efficiency of operations.
os2
- linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
CreateSMatrix
- 一个实现矩阵的基本运算的函数,可运行稀疏矩阵的想加,想减,乘以及转置等运算-Function of a matrix operation run sparse matrix would like to add, want less, multiply and transpose operations
Matrix
- C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
matrix_operations
- Program to make mathematical operations with a square matrix.
testdzp
- linux c对点阵屏的相关操作实现,可以对显示在点阵屏上的文字进行左对齐、右对齐、居中对齐,方便实用。-realization of the related operations linux c lattice screen can display text on the dot matrix screen were left justified, right-justified, centered, convenient and practical.
matrix-manipulation
- 矩阵运算器 运用vb语言,能够实现矩阵的加法,乘法,矩阵的转置,矩阵的秩-Matrix operations using vb language, to achieve matrix addition, multiplication, matrix transpose, rank of matrix
MATLABMatrix-and-matrix-operations
- 本节系统阐述:一、二维数值数组的创建、寻访;数组运算和矩阵运算的区别;实现数组运算的基本函数;多项式的表达、创建和操作;常用标准数组生成函数和数组构作技法;高维数组的创建、寻访和操作;非数NaN、“空”数组概念和应用;关系和逻辑操作。-Commonly used standard array generation function and fabric techniques High dimensional array to create, search and operation The nu
Matrix-Operations
- 可以进行矩阵的各种计算,非常简单、方便、实用!-Matrix of various calculations can be made very simple, convenient and practical!
db_utilities_indexing
- defgroup LMIndexing (LM) Indexing Utilities (Order Statistics, Matrix Operations).
vl_types
- \file lower_mat_op_to_vec.cpp Breaks matrix operation expressions down to a series of vector operations. -\file lower_mat_op_to_vec.cpp Breaks matrix operation expressions down to a series of vector operations.
juzhenyunsuanqandtushuguanlixitong
- 基于单文档的windows编程,实现矩阵运算器和图书管理系统,初学 练手-Implement matrix operations based on a single document and library management system
meghod-kezresent
- 关于所有矩阵运算的,可以提供给涉及到定位时用到举证,有很好的参考价值(About all the matrix operations, can provide involves positioning used when proof, have a very good reference value)
