MatGetColumnVector

Gets the values from a given column of a matrix.

Synopsis

int MatGetColumnVector(Mat A, Vec yy, int col)
Collective on Mat and Vec

Input Parameters

X - the matrix
v - the vector
c - the column requested

Contributed by: Denis Vanderstraeten

Keywords

matrix, column, get

Location: src/mat/utils/getcolv.c
Matrix Index
Table of Contents