mult_bxxc: Calculate Inplace a Series of Dot Product

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Calculate Inplace a Series of Dot Product

Usage

1
mult_bxxc(a, b, c)

Arguments

a

A dense array, the size of a is (nr_b, nc_c, ntico)

b

A sparse matrix (cf. simple_triplet_matrix) of size (nr_b*ntico, nc_b) given by its fields v, i, and j describing triplet storage.

c

A dense array, the size of c is (ldc, nc_c, ntico), ldc must be >= ncol(b)

Value

None


multbxxc documentation built on Nov. 15, 2019, 5:10 p.m.