CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - transpose matrix

搜索资源列表

  1. Matrix

    0下载:
  2. openGL 自己实现矩阵类,其中包括实现 平移矩阵、任意轴旋转矩阵、缩放矩阵,以及矩阵的正交化、矩阵的代数余式、矩阵的逆、转置-openGL achieve their own matrices, including translational matrix arbitrary axis rotation matrix, scaling matrix, and the matrix of orthogonal matrix algebra I type, matrix inverse, tra
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:3070
    • 提供者:erermu
  1. test

    0下载:
  2. Tutorial with source code for Digital Image Processing essential functions are described in this code. The image color types, color codes, color planes, matrices, matrix transpose, matrix concatenation, variables in DIP operations, data types in DIP
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:51850
    • 提供者:Ajitpal Brar
  1. Matrix

    0下载:
  2. 矩阵的加减乘与转置运算.能计算double与int型矩阵-Matrix multiplication and subtraction transpose operation
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1939275
    • 提供者:张宇飞
  1. d

    0下载:
  2. 设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3073
    • 提供者:David
  1. 7parameter

    0下载:
  2. 布尔莎模型中7个参数的求解,程序中包含了矩阵转置、矩阵相乘、矩阵求逆的类-Solving Bursa seven parameter model, the program contains a matrix transpose, matrix multiplication, matrix inversion of the class
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:72817
    • 提供者:bob
  1. sparse-matrix

    0下载:
  2. 一个简单的稀疏矩阵的压缩存储以及加、减、乘、转置运算程序-A simple sparse matrix of compressed storage and addition, subtraction, multiplication, transpose operation procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:237651
    • 提供者:吴陈涛
  1. MATRIX

    0下载:
  2. 矩阵基础计算的小程序,包括矩阵加减乘运算、矩阵求转置、矩阵方阵求逆功能,可供参考-basic Calculation of small procedural matrix, including matrix addition and subtraction multiplication, matrix transpose, inverse square matrix function, for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:影留风
  1. Matrix-transpose

    0下载:
  2. 实现矩阵转置的功能,C语言版本,即行列互相交换。-Realization of the matrix transpose function, C language version, that the ranks of the exchange.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4906
    • 提供者:
  1. Matrix

    0下载:
  2. C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4733
    • 提供者:sunzhipeng
  1. Matrix

    0下载:
  2. 矩阵常用加减乘求逆及转置运算的类 求逆用dolittle分解方法 运算符重载-Common modified by the inverse matrix transpose operation and class inversion with dolittle decomposition operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3585
    • 提供者:sosozxy
  1. Find-Transpose-of-a-matrix-in-CPP-Code

    0下载:
  2. Find Transpose of a matrix in C++ Code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:244247
    • 提供者:mar7604
  1. 00100

    0下载:
  2. 该程序利用C++实现了求稀疏矩阵的转置矩阵。整个程序运用了3次函数的调用。-The program using C++ Achieved for sparse matrix transpose matrix. Use of the whole process 3 times function call.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:wly0236
  1. matrix

    0下载:
  2. 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:袁亮
  1. Matrix

    0下载:
  2. 矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。-Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2521
    • 提供者:曹操
  1. Matrix

    0下载:
  2. 原始矩阵乘法(ijk),kji,基于矩阵转置后的矩阵乘法,基于block 的矩阵乘法-Original matrix multiplication (ijk), kji, based on matrix multiplication matrix transpose later, based on the matrix multiplication block
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1184
    • 提供者:WZ
  1. Matrix-transpose

    0下载:
  2. This code will perform matrix transpose
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:349466
    • 提供者:phani kumar
  1. Matrix

    0下载:
  2. Matrix类为矩阵运算类,包括矩阵相乘、相加、相减、求负、转置、求逆、行列式等。-Matrix class for the matrix operation class, including matrix multiplication, addition, subtraction, seeking negative, transpose, inversion, determinant and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:风飞絮
  1. transpose.cpp.tar

    0下载:
  2. parallel traspose of matrix using mpi
  3. 所属分类:MPI

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:othello
  1. Matrix

    2下载:
  2. 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:sunguang216
  1. Matrix

    0下载:
  2. 从两个文本读取矩阵,并进行相应的矩阵计算,如加减乘,转置,求逆等。(Reading the matrixes from two text, and the corresponding matrix calculation, such as add and subtract, multiply, transpose, inverse, etc..)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1632256
    • 提供者:chengruoqie
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com