Learn R Programming

cccm (version 0.1.0)

mult_matrix_cols_with_vector: Column Wise Matrix Multiplication

Description

This function returns of the column wise multiplication of the m matrix and the vector v.

Usage

mult_matrix_cols_with_vector(m, vec)

Arguments

m

is a matrix

vec

is a vector

Value

This function returns a num matrix.