Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/TDenseMatrix
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TDenseMatrix< MaxElements > | MultiplyAB
(
const TDenseMatrix< T_EA >& A, |
Return C = A x B, the product of A and B where each element of C is Cij = DotProduct(A.GetRow(i), B.GetColumns(j)). |
![]() ![]() |
TDenseMatrix< MaxElements > | MultiplyAB
(
const TDenseMatrix< T_EA >& A, |
Return C = A x B, where A is an Nx6 matrix, and B is a 6x6 mass matrix (Mass in upper left 3x3 diagonals, Inertia in lower right 3x3). |
![]() ![]() |
TDenseMatrix< MaxElements > | MultiplyAB
(
const FMassMatrix& A, |
Return C = A x B, where B is an 6xN matrix, and A is a 6x6 mass matrix (Mass in upper left 3x3 diagonals, Inertia in lower right 3x3). |