Functions | |
Gan_Vector * | gan_mat_multv_gen (const Gan_Matrix *A, Gan_TposeFlag A_tr, const Gan_Vector *x, Gan_Vector *y) |
Multiply matrix and a vector. | |
Gan_Vector * | gan_mat_multv_q (const Gan_Matrix *A, const Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply matrix and a vector, writing the result into another vector. | |
Gan_Vector * | gan_mat_multv_s (const Gan_Matrix *A, const Gan_Vector *x) |
Macro: Multiply matrix and a vector, returning the result as a new vector. | |
Gan_Vector * | gan_matT_multv_q (const Gan_Matrix *A, const Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply the transpose of a matrix by a vector. | |
Gan_Vector * | gan_matT_multv_s (const Gan_Matrix *A, const Gan_Vector *x) |
Macro: Multiply transpose of matrix by a vector. | |
Gan_Vector * | gan_squmat_multv_q (const Gan_SquMatrix *A, Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply square matrix by a vector, writing the result into another vector. | |
Gan_Vector * | gan_squmat_multv_s (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply square matrix by a vector, returning the result as a new vector. | |
Gan_Vector * | gan_squmat_multv_i (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply square matrix by a vector, overwriting the vector with the result. | |
Gan_Vector * | gan_squmatT_multv_q (const Gan_SquMatrix *A, Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply the transpose of a square matrix by a vector. | |
Gan_Vector * | gan_squmatT_multv_s (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply transpose of square matrix by a vector. | |
Gan_Vector * | gan_squmatT_multv_i (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply transpose of square matrix by a vector. | |
Gan_Vector * | gan_squmatI_multv_q (const Gan_SquMatrix *A, Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector * | gan_squmatI_multv_s (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector * | gan_squmatI_multv_i (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector * | gan_squmatIT_multv_q (const Gan_SquMatrix *A, Gan_Vector *x, Gan_Vector *y) |
Macro: Multiply the inverse transpose of a square matrix by a vector. | |
Gan_Vector * | gan_squmatIT_multv_s (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply inverse transpose of square matrix by a vector. | |
Gan_Vector * | gan_squmatIT_multv_i (const Gan_SquMatrix *A, Gan_Vector *x) |
Macro: Multiply inverse transpose of square matrix by a vector. | |
Gan_Vector_f * | gan_matf_multv_gen (const Gan_Matrix_f *A, Gan_TposeFlag A_tr, const Gan_Vector_f *x, Gan_Vector_f *y) |
Multiply matrix and a vector. | |
Gan_Vector_f * | gan_matf_multv_q (const Gan_Matrix_f *A, const Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply matrix and a vector, writing the result into another vector. | |
Gan_Vector_f * | gan_matf_multv_s (const Gan_Matrix_f *A, const Gan_Vector_f *x) |
Macro: Multiply matrix and a vector, returning the result as a new vector. | |
Gan_Vector_f * | gan_matTf_multv_q (const Gan_Matrix_f *A, const Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply the transpose of a matrix by a vector. | |
Gan_Vector_f * | gan_matTf_multv_s (const Gan_Matrix_f *A, const Gan_Vector_f *x) |
Macro: Multiply transpose of matrix by a vector. | |
Gan_Vector_f * | gan_squmatf_multv_q (const Gan_SquMatrix_f *A, Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply square matrix by a vector, writing the result into another vector. | |
Gan_Vector_f * | gan_squmatf_multv_s (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply square matrix by a vector, returning the result as a new vector. | |
Gan_Vector_f * | gan_squmatf_multv_i (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply square matrix by a vector, overwriting the vector with the result. | |
Gan_Vector_f * | gan_squmatTf_multv_q (const Gan_SquMatrix_f *A, Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply the transpose of a square matrix by a vector. | |
Gan_Vector_f * | gan_squmatTf_multv_s (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply transpose of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatTf_multv_i (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply transpose of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatIf_multv_q (const Gan_SquMatrix_f *A, Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatIf_multv_s (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatIf_multv_i (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply inverse of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatITf_multv_q (const Gan_SquMatrix_f *A, Gan_Vector_f *x, Gan_Vector_f *y) |
Macro: Multiply the inverse transpose of a square matrix by a vector. | |
Gan_Vector_f * | gan_squmatITf_multv_s (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply inverse transpose of square matrix by a vector. | |
Gan_Vector_f * | gan_squmatITf_multv_i (const Gan_SquMatrix_f *A, Gan_Vector_f *x) |
Macro: Multiply inverse transpose of square matrix by a vector. |
|
Multiply matrix and a vector. Multiply matrix A and vector x, A being optionally transposed, writing the result into another vector .
|
|
Macro: Multiply matrix and a vector, writing the result into another vector. Multiply matrix A and vector x, writing result into , which is returned. |
|
Macro: Multiply matrix and a vector, returning the result as a new vector. Multiply matrix A and vector x, creating and returning the result . |
|
Multiply matrix and a vector. Multiply matrix A and vector x, A being optionally transposed, writing the result into another vector .
|
|
Macro: Multiply matrix and a vector, writing the result into another vector. Multiply matrix A and vector x, writing result into , which is returned. |
|
Macro: Multiply matrix and a vector, returning the result as a new vector. Multiply matrix A and vector x, creating and returning the result . |
|
Macro: Multiply the transpose of a matrix by a vector. Multiply transpose of matrix A and vector x, writing result into , which is returned. |
|
Macro: Multiply transpose of matrix by a vector. Multiply transpose of matrix A and vector x, creating and returning the result . |
|
Macro: Multiply the transpose of a matrix by a vector. Multiply transpose of matrix A and vector x, writing result into , which is returned. |
|
Macro: Multiply transpose of matrix by a vector. Multiply transpose of matrix A and vector x, creating and returning the result . |
|
Macro: Multiply square matrix by a vector, overwriting the vector with the result.
|
|
Macro: Multiply square matrix by a vector, writing the result into another vector.
|
|
Macro: Multiply square matrix by a vector, returning the result as a new vector.
|
|
Macro: Multiply square matrix by a vector, overwriting the vector with the result.
|
|
Macro: Multiply square matrix by a vector, writing the result into another vector.
|
|
Macro: Multiply square matrix by a vector, returning the result as a new vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse of square matrix by a vector.
|
|
Macro: Multiply inverse transpose of square matrix by a vector.
|
|
Macro: Multiply the inverse transpose of a square matrix by a vector.
|
|
Macro: Multiply inverse transpose of square matrix by a vector.
|
|
Macro: Multiply inverse transpose of square matrix by a vector.
|
|
Macro: Multiply the inverse transpose of a square matrix by a vector.
|
|
Macro: Multiply inverse transpose of square matrix by a vector.
|
|
Macro: Multiply transpose of square matrix by a vector.
|
|
Macro: Multiply the transpose of a square matrix by a vector.
|
|
Macro: Multiply transpose of square matrix by a vector. Multiply transpose of square matrix A by vector x, creating and returning the result . |
|
Macro: Multiply transpose of square matrix by a vector.
|
|
Macro: Multiply the transpose of a square matrix by a vector.
|
|
Macro: Multiply transpose of square matrix by a vector. Multiply transpose of square matrix A by vector x, creating and returning the result . |