XLL+ Class Library (7.0)

matrix<T>::add_col

Add a single column to the matrix and populate it

void add_col(
   const T* pt
);

Parameters

pt

Pointer to an array of type T, with at least rows() members.

Remarks

This function adds one new column to the matrix, and fills it with the values provided.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods