搜索资源列表
matrix
- (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
Matrix.java.rar
- 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
JAVA-Matrix
- JAVA矩阵源码 一个Matrix类,使用前继承-JAVA Matrix
Matrix
- 设计一个矩阵,其中包括能够反映矩阵特征的属性、操作行为以及各种运算,还有一个测试类,测试矩阵功能-The design of a matrix, including to reflect the properties of the matrix characteristics, operating behavior as well as a variety of operations, as well as a test class, test matrix function
MultiplicacionMatrices
- An example of thread matrix multiplication
matrix-multiplication
- 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
Matrix
- java功能扩展脚本,可实现java矩阵计算。-Extension java scr ipt, java matrix can be calculated.
matrix
- matrix addition & multiplication program using PHP
matrix
- java program for matrix
Matrix
- 离散数学教学程序 矩阵相关内容 适合于大二计算机学院学生-Discrete Mathematics Teaching program matrix relevant content for sophomore students in Computer Science
Matrix
- Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
matrix
- java 为2D 3D画图 画4x4矩阵-Implementation of a 4x4 matrix suited for use in a 2D and 3D graphics rendering engine
Matrix
- 重写方法 矩阵相加 矩阵相乘 矩阵转置-Sum of matrix multiplication, matrix rewriting method matrix transpose
matrix
- 包含用JAVA编的矩阵类 和 矩阵类的实现两个代码-Code contains a matrix with JAVA classes and the realization of two code matrices
matrix
- 自己编写的实现螺旋矩阵的java小程序。螺旋矩阵即整个矩阵顺时针或逆时针从外向内不断递减的矩阵-I have written a small java Spiral Matrix program. Spiral matrix of the entire matrix of clockwise or counterclockwise from the outside in diminishing the matrix
paralleltranspose
- This a program for parallel matrix transpose-This is a program for parallel matrix transpose
Matrix
- 矩阵运算的php源程序,本人原创,经过调试,确实好用。-Php source matrix operations, I am the original, after testing, really easy to use.
matrix-operations
- 运用java语言实现了对矩阵的各种运算。-Java language using a variety of matrix operations.
matrix
- matrix example for determining and example of matrix 2 dimension matrix
Matrix-Multiplication
- Parallel Matrix multiplication using JOMP