- // 复习一下矩阵的乘法 // [a00 a01 a02] [b00 b01 b02] // A=[a10 a11 a12] B=[b10 b11 b12] // [a20 a21 a22] [b20 b21 b22] // 将两个3*3的矩阵A,B相乘得到 // [a00*b00 + a01* Read More
posted @ 2023-01-08 00:43 古墩古墩 Views(5237) Comments(0) Diggs(0)