div_matrix_cols_with_vector: Column Wise Matrix Division

View source: R/div_matrix_cols_with_vector.R

div_matrix_cols_with_vectorR Documentation

Column Wise Matrix Division

Description

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

Usage

div_matrix_cols_with_vector(m, vec)

Arguments

m

is a matrix

vec

is a vector

Value

This function returns a num matrix.


cccm documentation built on May 30, 2022, 9:06 a.m.