All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
mulTransposeLeftAdd1x1(Matrix1x1 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd1x3(Matrix1x3 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd1x6(Matrix1x6 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd2x2(Matrix2dBase MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd2x3(Matrix2x3 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd2x6(Matrix2x6 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd3x1(Matrix3x1 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd3x2(Matrix3x2 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd3x3(Matrix3dBase MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd3x4(Matrix3x4 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd3x6(Matrix3x6 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd4x3(Matrix4x3 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd4x4(Matrix4dBase MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd6x1(Matrix6x1 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd6x2(Matrix6x2 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd6x3(Matrix6x3 MR,
Matrix M1,
Matrix M2) |
static void |
mulTransposeLeftAdd6x6(Matrix6dBase MR,
Matrix M1,
Matrix M2) |