array_mult_right: array_mult_right

View source: R/array_ops.R

array_mult_rightR Documentation

array_mult_right

Description

Calculates the matrix product between an array and a matrix.

Usage

array_mult_right(A, B)

Arguments

A

A 3-D array with shapes n x m x k.

B

A matrix with shapes l x n.

Details

For an array A with shapes m x n x k and a matrix B with shape l x m, this operations returns an array C, with shapes l x n x k, so that C[,,i] = B


kDGLM documentation built on April 4, 2025, 4:44 a.m.