MatGetColumnVector

Gets the values from a given column of a matrix.

Synopsis

#include "mat.h"  
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

See Also

MatGetRow(), MatGetDiagonal()

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