vmmlib
1.7.0
|
This is the complete list of members for vmml::t4_ttm, including all inherited members.
full_tensor4_matrix_multiplication(const tensor4< J1, J2, J3, J4, T > &t4_in_, const matrix< I1, J1, T > &U1, const matrix< I2, J2, T > &U2, const matrix< I3, J3, T > &U3, const matrix< I4, J4, T > &U4, tensor4< I1, I2, I3, I4, T > &t4_res_) (defined in vmml::t4_ttm) | vmml::t4_ttm | static |
mode1_multiply_fwd(const tensor4< J1, J2, J3, J4, T > &t4_in_, const matrix< I1, J1, T > &in_slice_, tensor4< I1, J2, J3, J4, T > &t4_res_) (defined in vmml::t4_ttm) | vmml::t4_ttm | static |
mode2_multiply_fwd(const tensor4< J1, J2, J3, J4, T > &t4_in_, const matrix< I2, J2, T > &in_slice_, tensor4< J1, I2, J3, J4, T > &t4_res_) (defined in vmml::t4_ttm) | vmml::t4_ttm | static |
mode3_multiply_fwd(const tensor4< J1, J2, J3, J4, T > &t4_in_, const matrix< I3, J3, T > &in_slice_, tensor4< J1, J2, I3, J4, T > &t4_res_) (defined in vmml::t4_ttm) | vmml::t4_ttm | static |
mode4_multiply_fwd(const tensor4< J1, J2, J3, J4, T > &t4_in_, const matrix< I4, J4, T > &in_slice_, tensor4< J1, J2, J3, I4, T > &t4_res_) (defined in vmml::t4_ttm) | vmml::t4_ttm | static |