Learn R Programming

BaTFLED3D (version 0.2.11)

safe_prod: Takes the product of two matrices adding a column of constants if necessary to the first matrix.

Description

Takes the product of two matrices adding a column of constants if necessary to the first matrix.

Usage

safe_prod(A, B)

Arguments

A

matrix one

B

matrix two

Value

matrix product of A and B