• 我们可以矩阵乘法矩阵乘积形式来表述这些式子。

    And we can reformulate this in terms of matrix multiplication or matrix product.

    youdao

  • 我们矩阵乘法标准技术稍微进行一下修改这样可以使用前面介绍的算法了。

    We'll make a slight change to the standard technique for multiplying matrices so that the previous algorithm can be applied here.

    youdao

  • 假设4x4矩阵我们希望其与另外一个4x1的向量进行乘法操作。

    Let's say we have a 4x4 matrix that we want to multiply with a vector (a 4x1 matrix).

    youdao

  • 我们矩阵乘法的,以及矩阵表示线性方程

    OK, so we've seen how to multiply matrices, and how to write linear systems in matrix form.

    youdao

  • 矩阵乘法有结合律的。

    Matrix product is associative.

    youdao

  • Scilab提供简单矩阵运算比如乘法),也提供了高级运算(比如复数多维算法相关)。

    Scilab provides simple matrix operations like multiplication, plus a library of high-level operations like complex multi-dimensional arithmetic and correlation.

    youdao

  • 使用MPI进行并行编程实现矩阵向量乘法

    Parallel programming using MPI to multiply a matrix by a vector.

    youdao

  • 大型线性回归分析中,由于设计矩阵病态使得经典最小乘法失去了优良性。

    The superiority of the classical least square method is lost due to the morbid of designed matrix in large-type linear regression analysis.

    youdao

  • 如何使用线程多线程矩阵乘法消息队列

    How to use thread pool and message queues in Multithreaded Matrix Multiplication?

    youdao

  • 基于数值积分矩阵最小乘法的数值方法

    It is based on the numerical integration and matrix least square method.

    youdao

  • 论文主要介绍矩阵乘法运算延伸矩阵图形变换中的应用

    This paper mainly introduces the tendency of multiply operation of matrix and its application in graph transformation.

    youdao

  • 迭代中的雅克比迭代种比较常用的方法,公式简单,每迭代一只需计算一次矩阵向量乘法

    Yacobi method belongs to iteration methods, and is widely used. It has simple formula, which needs only time multiplication of matrix and rector for one iteration.

    youdao

  • 利用矩阵重要好处任何数量颜色转换可以使用标准组成矩阵乘法

    The most important advantage of using matrices is that any number of color transformations can be composed using standard matrix multiplication.

    youdao

  • 研究整体最小乘法基础上,分析摄像机成像误差统计特征明确误差基础矩阵估计算法影响

    This paper analyzes the statistical characteristics of camera imaging error based on studying total least squares, and clarifies the error effect on estimating fundamental matrix.

    youdao

  • 给定分段节点横坐标条件通过确定系数矩阵反求曲线顶点,基于最小乘法推导优节点的纵坐标公式

    The optimum knots ordinate formula in the least square sense is derived by computing coefficient matrix and curve vertexes under the specified subsection knots abscissas conditions.

    youdao

  • 为了便于计算机处理,将矩阵表示通过有向图矩阵乘法运算搜索最长的有路径

    For computer processing of the directed digraph, it is expressed by a matrix, and then the longest directed paths can be obtained through matrices multiplication.

    youdao

  • 采用系统辨识最小乘法改进算法确定一种模糊关系矩阵表示电力变压器故障诊断模型

    According to the modified least square algorithm of system identification technique, a diagnostic model of power transformer fault is determined and described by fuzzy relation matrix.

    youdao

  • 我们提出了“指标分布图”的概念从而构造出一个估计任意维数矩阵乘法的新算法

    We propose a new conception: Index Distribution Chart, which makes it possible for us to construct a new fast multiplication algorithm for matrix pairs of arbitrary dimensions.

    youdao

  • 设计新的分组密码算法,该算法利用矩阵乘法扩散作用专门设计的一种矩阵运算混乱作用实现对信息的加密。

    A new block cipher is designed where the diffusion of matrix multiplication is combined with the confusion of specially designed matrix operation to encrypt information.

    youdao

  • 用变量线性替换解释矩阵乘法,由此可以简洁而且直观地导出初等矩阵分块矩阵的乘法原理

    From this point of view, we can concisely and intuitively introduce the multiplication principles of elementary matrix and block matrix.

    youdao

  • 本文提出一种微分运算矩阵通过切比雪夫级数最小乘法辨识线性分布参数系统参数。

    In this paper, a method of operational matrix of differentiation is introduced in the identification of coefficients of linear distributed system by using Chebyshev series and least squares.

    youdao

  • 矩阵只能乘法群下保辛,故传递矩阵的摄动必须采用正则变换乘法

    The symplectic conservative perturbation for a transfer symplectic matrix should be based on the canonical transformation method.

    youdao

  • 所有对坐标值刚体变换线性方程组最小乘法求出图像空间手术空间刚体变换矩阵,最终实现医学图像标志点的自动识别和配准。

    Substituting coordinates of all pairs of points into rigid transform equations, one could use least squares to get the rigid transform matrix from image space to surgical space.

    youdao

  • 文中首先总结划分划分并行矩阵向量乘法原理异同

    First summarizes the differences on principle between two kinds of parallel algorithm of matrix-vector multiplication, namely, divided by row and divided by column.

    youdao

  • 下列矩阵乘法将会依照列出来顺序执行成对转换

    The following matrix multiplication will perform the pair of transformations in the order listed.

    youdao

  • 本文用最小乘法PLS)方法解析荧光的激发发射矩阵EEM),直接定量分析荧光混合物试样

    An excitation-emission matrix(EEM) and partial least squares method (PLS) were used to quantitatively determine fluorescent mixed samples.

    youdao

  • 对应矩阵反演公式QR分解定理加权最小乘法(WRL S)存在不同算法结构

    There are two kinds of algorithmic structures for the method of weighted recursive least squares (WRLS) corresponding to the matrix reversing (MR) formula or the QR decomposing theorem.

    youdao

  • 虽然可以矩阵乘法并行,我必须小心,我怎么打破这个问题,我不能利用一切可能并行因为我通常工具工作

    Though I can do matrix multiplication in parallel, I have to be careful about how I break up the problem and I can't exploit all the parallelism possible because of the tools I normally work with.

    youdao

  • 虽然可以矩阵乘法并行,我必须小心,我怎么打破这个问题,我不能利用一切可能并行因为我通常工具工作

    Though I can do matrix multiplication in parallel, I have to be careful about how I break up the problem and I can't exploit all the parallelism possible because of the tools I normally work with.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定