#include <matrix.h>
Public Member Functions | |
Matrix (unsigned m, unsigned n) | |
Matrix () | |
~Matrix () | |
void | fill (double value) |
void | fill_row (unsigned row, double value) |
void | copyColumn (VecDouble &vc, unsigned col) |
Definition at line 9 of file matrix.h.
Matrix::Matrix | ( | unsigned | m, | |
unsigned | n | |||
) | [inline] |
void Matrix::copyColumn | ( | VecDouble & | vc, | |
unsigned | col | |||
) |
Definition at line 22 of file matrix.cpp.
void Matrix::fill | ( | double | value | ) |
Definition at line 5 of file matrix.cpp.
void Matrix::fill_row | ( | unsigned | row, | |
double | value | |||
) |
Definition at line 11 of file matrix.cpp.