Functions | |
void | dvm3_Matrix::init_by_row (dvm3_Vector const &v1, dvm3_Vector const &v2, dvm3_Vector const &v3) |
void | dvm3_Matrix::init_by_row (double const v1[], double const v2[], double const v3[]) |
void | dvm3_Matrix::init_by_col (dvm3_Vector const &v1, dvm3_Vector const &v2, dvm3_Vector const &v3) |
void | dvm3_Matrix::init_by_col (double const v1[], double const v2[], double const v3[]) |
void | dvm3_Vector::init (double x, double y, double z) |
void dvm3_Vector::init | ( | double | x, | |
double | y, | |||
double | z | |||
) | [inline, inherited] |
Initialization: initialize with x, y, z.
x | x component | |
y | y component | |
z | z component |
Definition at line 702 of file dvm3_vector.h.
void dvm3_Matrix::init_by_col | ( | double const | v1[], | |
double const | v2[], | |||
double const | v3[] | |||
) | [inline, inherited] |
initialize this dvm3_Matrix by column.
v1 | 1st column | |
v2 | 2nd column | |
v3 | 3rd column |
Definition at line 954 of file dvm3_matrix.h.
void dvm3_Matrix::init_by_col | ( | dvm3_Vector const & | v1, | |
dvm3_Vector const & | v2, | |||
dvm3_Vector const & | v3 | |||
) | [inline, inherited] |
initialize this dvm3_Matrix by column.
v1 | 1st column | |
v2 | 2nd column | |
v3 | 3rd column |
Definition at line 947 of file dvm3_matrix.h.
References dvm3_Vector::data_.
void dvm3_Matrix::init_by_row | ( | double const | v1[], | |
double const | v2[], | |||
double const | v3[] | |||
) | [inline, inherited] |
initialize this dvm3_Matrix by row.
v1 | 1st row | |
v2 | 2nd row | |
v3 | 3rd row |
Definition at line 941 of file dvm3_matrix.h.
void dvm3_Matrix::init_by_row | ( | dvm3_Vector const & | v1, | |
dvm3_Vector const & | v2, | |||
dvm3_Vector const & | v3 | |||
) | [inline, inherited] |
initialize this dvm3_Matrix by row.
v1 | 1st row | |
v2 | 2nd row | |
v3 | 3rd row |
Definition at line 934 of file dvm3_matrix.h.
References dvm3_Vector::data_.