The matrix multiplication is done in the order SRT, where s, r, and t are the matrices for scale, rotate, and translate, respectively.
矩阵是按照SRT顺序进行相乘的,其中S、r和t分别表示缩放、旋转和平移的矩阵。
And if we could use the GPU for processing, then we could spawn a bunch of threads and really chew through the matrix multiplication we talked about earlier (or whatever).
如果我们可以利用GPU进行处理,然后我们可以产生一系列线程,真正咀嚼通过矩阵乘法,我们谈到早期(或任何)。
Even though two-dimensional arrays are similar to matrices from linear algebra, operations (such as multiply) have nothing to do with the operations in linear algebra (such as matrix multiplication).
虽然二维数组与线性代数中的矩阵类似,但是对它们的操作(比如乘)与线性代数中的操作(比如矩阵乘)是完全不同的。
应用推荐