![]() |
|
|
inline |
|
inline |
Referenced by Map_MatrixXd_add(), Map_MatrixXd_copy(), Map_MatrixXd_copy_matrix(), Map_MatrixXd_delete(), Map_MatrixXd_get_coeff(), Map_MatrixXd_multiply(), Map_MatrixXd_print(), Map_MatrixXd_set_coeff(), Map_MatrixXd_set_zero(), MatrixXd_add(), MatrixXd_copy(), MatrixXd_copy_map(), MatrixXd_data(), MatrixXd_delete(), MatrixXd_get_coeff(), MatrixXd_multiply(), MatrixXd_print(), MatrixXd_resize(), MatrixXd_set_coeff(), and MatrixXd_set_zero().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Map_MatrixXd_new(), and MatrixXd_new().
void Map_MatrixXd_add | ( | const C_Map_MatrixXd * | m1, |
const C_Map_MatrixXd * | m2, | ||
C_Map_MatrixXd * | result | ||
) |
References c_to_eigen(), m1, and m2().
void Map_MatrixXd_copy | ( | C_Map_MatrixXd * | dst, |
const C_Map_MatrixXd * | src | ||
) |
References c_to_eigen().
void Map_MatrixXd_copy_matrix | ( | C_Map_MatrixXd * | dst, |
const C_MatrixXd * | src | ||
) |
References c_to_eigen().
void Map_MatrixXd_delete | ( | C_Map_MatrixXd * | m | ) |
References c_to_eigen(), and m.
double Map_MatrixXd_get_coeff | ( | const C_Map_MatrixXd * | m, |
int | i, | ||
int | j | ||
) |
References c_to_eigen(), i, j, and m.
void Map_MatrixXd_multiply | ( | const C_Map_MatrixXd * | m1, |
const C_Map_MatrixXd * | m2, | ||
C_Map_MatrixXd * | result | ||
) |
References c_to_eigen(), m1, and m2().
C_Map_MatrixXd* Map_MatrixXd_new | ( | double * | array, |
int | rows, | ||
int | cols | ||
) |
References cols, eigen_to_c(), and rows.
void Map_MatrixXd_print | ( | const C_Map_MatrixXd * | m | ) |
References c_to_eigen(), and m.
void Map_MatrixXd_set_coeff | ( | C_Map_MatrixXd * | m, |
int | i, | ||
int | j, | ||
double | coeff | ||
) |
References c_to_eigen(), i, j, and m.
void Map_MatrixXd_set_zero | ( | C_Map_MatrixXd * | m | ) |
References c_to_eigen(), and m.
void MatrixXd_add | ( | const C_MatrixXd * | m1, |
const C_MatrixXd * | m2, | ||
C_MatrixXd * | result | ||
) |
References c_to_eigen(), m1, and m2().
void MatrixXd_copy | ( | C_MatrixXd * | dst, |
const C_MatrixXd * | src | ||
) |
References c_to_eigen().
void MatrixXd_copy_map | ( | C_MatrixXd * | dst, |
const C_Map_MatrixXd * | src | ||
) |
References c_to_eigen().
double* MatrixXd_data | ( | C_MatrixXd * | m | ) |
References c_to_eigen(), and m.
void MatrixXd_delete | ( | C_MatrixXd * | m | ) |
References c_to_eigen(), and m.
double MatrixXd_get_coeff | ( | const C_MatrixXd * | m, |
int | i, | ||
int | j | ||
) |
References c_to_eigen(), i, j, and m.
void MatrixXd_multiply | ( | const C_MatrixXd * | m1, |
const C_MatrixXd * | m2, | ||
C_MatrixXd * | result | ||
) |
References c_to_eigen(), m1, and m2().
C_MatrixXd* MatrixXd_new | ( | int | rows, |
int | cols | ||
) |
References cols, eigen_to_c(), and rows.
void MatrixXd_print | ( | const C_MatrixXd * | m | ) |
References c_to_eigen(), and m.
void MatrixXd_resize | ( | C_MatrixXd * | m, |
int | rows, | ||
int | cols | ||
) |
References c_to_eigen(), cols, m, and rows.
void MatrixXd_set_coeff | ( | C_MatrixXd * | m, |
int | i, | ||
int | j, | ||
double | coeff | ||
) |
References c_to_eigen(), i, j, and m.
void MatrixXd_set_zero | ( | C_MatrixXd * | m | ) |
References c_to_eigen(), and m.