Functions | |
dvm3_Matrix::~dvm3_Matrix () | |
dvm3_Matrix::dvm3_Matrix () | |
dvm3_Matrix::dvm3_Matrix (dvm3_Matrix const &m) | |
dvm3_Matrix::dvm3_Matrix (dvm3_Vector const &x, dvm3_Vector const &y, dvm3_Vector const &z) | |
dvm3_Matrix::dvm3_Matrix (double const x[], double const y[], double const z[]) |
dvm3_Matrix::dvm3_Matrix | ( | double const | x[], | |
double const | y[], | |||
double const | z[] | |||
) | [inline, inherited] |
Construct a dvm3_Matrix; initialize by row.
x | 1st row | |
y | 2nd row | |
z | 3rd row |
Definition at line 924 of file dvm3_matrix.h.
dvm3_Matrix::dvm3_Matrix | ( | dvm3_Vector const & | x, | |
dvm3_Vector const & | y, | |||
dvm3_Vector const & | z | |||
) | [inline, inherited] |
Construct a dvm3_Matrix; initialize by row.
x | 1st row | |
y | 2nd row | |
z | 3rd row |
Definition at line 914 of file dvm3_matrix.h.
References dvm3_Vector::data_.
dvm3_Matrix::dvm3_Matrix | ( | dvm3_Matrix const & | m | ) | [inline, inherited] |
Copy constructor.
m | matrix to be copied |
Definition at line 910 of file dvm3_matrix.h.
References dvm3_Matrix::data_.
dvm3_Matrix::dvm3_Matrix | ( | ) | [inline, inherited] |
Default constructor; NO INITIALIZATION IS APPLIED.
Definition at line 906 of file dvm3_matrix.h.
dvm3_Matrix::~dvm3_Matrix | ( | ) | [inline, inherited] |
Do-nothing destructor.
Definition at line 902 of file dvm3_matrix.h.