Functions | |
Gan_Matrix * | gan_mat_extract_q (const Gan_Matrix *A, unsigned long r0, unsigned long c0, unsigned long rows, unsigned long cols, Gan_Matrix *B) |
Extracts rectangular part of matrix. | |
Gan_Matrix * | gan_mat_extract_s (const Gan_Matrix *A, unsigned long r0, unsigned long c0, unsigned long rows, unsigned long cols) |
Macro: Extracts rectangular part of matrix. | |
Gan_Matrix_f * | gan_matf_extract_q (const Gan_Matrix_f *A, unsigned long r0, unsigned long c0, unsigned long rows, unsigned long cols, Gan_Matrix_f *B) |
Extracts rectangular part of matrix. | |
Gan_Matrix_f * | gan_matf_extract_s (const Gan_Matrix_f *A, unsigned long r0, unsigned long c0, unsigned long rows, unsigned long cols) |
Macro: Extracts rectangular part of matrix. |
|
Extracts rectangular part of matrix.
NULL , the output matrix is allocated inside the function, and then returned.
|
|
Macro: Extracts rectangular part of matrix.
Implemented as a macro call to gan_mat_extract_q().
|
|
Extracts rectangular part of matrix.
NULL , the output matrix is allocated inside the function, and then returned.
|
|
Macro: Extracts rectangular part of matrix.
Implemented as a macro call to gan_matf_extract_q().
|