Skip to contents

Calculate a combination of matrix multiplications

Usage

mat_mult_t(A, B, C)

Arguments

A

matrix

B

matrix

C

matrix

Value

A %% B %% t(C)