![]() |
Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
|
Variables | |
ne10_result_t(* | ne10_transmat_4x4f )(ne10_mat4x4f_t *dst, ne10_mat4x4f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 4x4 matrix. More... | |
ne10_result_t(* | ne10_transmat_3x3f )(ne10_mat3x3f_t *dst, ne10_mat3x3f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 4x4 matrix. More... | |
ne10_result_t(* | ne10_transmat_2x2f )(ne10_mat2x2f_t *dst, ne10_mat2x2f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 3x3 matrix. More... | |
ne10_result_t(* ne10_transmat_2x2f) (ne10_mat2x2f_t *dst, ne10_mat2x2f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 3x3 matrix.
This function point could be pointed to one of ne10_transmat_3x3f_c, ne10_transmat_3x3f_neon and ne10_transmat_3x3f_asm.
[out] | dst | Pointer to the destination array |
[in] | src | Pointer to the source array |
[in] | count | The number of items in the input array |
Definition at line 306 of file NE10_init_math.c.
ne10_result_t(* ne10_transmat_3x3f) (ne10_mat3x3f_t *dst, ne10_mat3x3f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 4x4 matrix.
This function point could be pointed to one of ne10_transmat_4x4f_c, ne10_transmat_4x4f_neon and ne10_transmat_4x4f_asm.
[out] | dst | Pointer to the destination array |
[in] | src | Pointer to the source array |
[in] | count | The number of items in the input array |
Definition at line 304 of file NE10_init_math.c.
ne10_result_t(* ne10_transmat_4x4f) (ne10_mat4x4f_t *dst, ne10_mat4x4f_t *src, ne10_uint32_t count) |
Calculate the transpose matrix of a 4x4 matrix.
This function point could be pointed to one of ne10_transmat_4x4f_c, ne10_transmat_4x4f_neon and ne10_transmat_4x4f_asm.
[out] | dst | Pointer to the destination array |
[in] | src | Pointer to the source array |
[in] | count | The number of items in the input array |
Definition at line 302 of file NE10_init_math.c.