Functions | |
Gan_Bool | gan_diagmat_read_va (Gan_SquMatrix *A, unsigned long size,...) |
Read the elements of a diagonal matrix into pointers. | |
Gan_Bool | gan_mat_read_va (Gan_Matrix *A, unsigned long rows, unsigned long cols,...) |
Read elements of matrix from variable argument list. | |
Gan_Bool | gan_scalImat_read_va (Gan_SquMatrix *A, unsigned long size,...) |
Read the elements of a scaled identity matrix into pointers. | |
Gan_Bool | gan_symmat_read_va (Gan_SquMatrix *A, unsigned long size,...) |
Read the elements of a symmetric matrix into pointers. | |
Gan_Bool | gan_ltmat_read_va (Gan_SquMatrix *L, unsigned long size,...) |
Read the elements of a lower triangular matrix into pointers. | |
Gan_Bool | gan_utmat_read_va (Gan_SquMatrix *U, unsigned long size,...) |
Read the elements of an upper triangular matrix into pointers. | |
Gan_Bool | gan_diagmatf_read_va (Gan_SquMatrix_f *A, unsigned long size,...) |
Read the elements of a diagonal matrix into pointers. | |
Gan_Bool | gan_matf_read_va (Gan_Matrix_f *A, unsigned long rows, unsigned long cols,...) |
Read elements of matrix from variable argument list. | |
Gan_Bool | gan_scalImatf_read_va (Gan_SquMatrix_f *A, unsigned long size,...) |
Read the elements of a scaled identity matrix into pointers. | |
Gan_Bool | gan_symmatf_read_va (Gan_SquMatrix_f *A, unsigned long size,...) |
Read the elements of a symmetric matrix into pointers. | |
Gan_Bool | gan_ltmatf_read_va (Gan_SquMatrix_f *L, unsigned long size,...) |
Read the elements of a lower triangular matrix into pointers. | |
Gan_Bool | gan_utmatf_read_va (Gan_SquMatrix_f *U, unsigned long size,...) |
Read the elements of an upper triangular matrix into pointers. |
|
Read the elements of a diagonal matrix into pointers. Reads all the diagonal element values of the given diagonal matrix A into the variable argument list of pointers to double. The size argument must match the size of the matrix. |
|
Read the elements of a diagonal matrix into pointers. Reads all the diagonal element values of the given diagonal matrix A into the variable argument list of pointers to double. The size argument must match the size of the matrix. |
|
Read the elements of a lower triangular matrix into pointers. Read the elements of a lower triangular matrix L into pointers from a variable argument list. The size argument must match the size of the matrix L. |
|
Read the elements of a lower triangular matrix into pointers. Read the elements of a lower triangular matrix L into pointers from a variable argument list. The size argument must match the size of the matrix L. |
|
Read elements of matrix from variable argument list.
|
|
Read elements of matrix from variable argument list.
|
|
Read the elements of a scaled identity matrix into pointers. Reads the single value of the given multiple of identity matrix A into the variable argument list of pointers to double. Of course in this case the variable argument list should contain exactly one pointer. The size argument must match the size of the matrix. |
|
Read the elements of a scaled identity matrix into pointers. Reads the single value of the given multiple of identity matrix A into the variable argument list of pointers to double. Of course in this case the variable argument list should contain exactly one pointer. The size argument must match the size of the matrix. |
|
Read the elements of a symmetric matrix into pointers. The size argument must match the size of the matrix A. |
|
Read the elements of a symmetric matrix into pointers. The size argument must match the size of the matrix A. |
|
Read the elements of an upper triangular matrix into pointers. Read the elements of an upper triangular matrix U into pointers from a variable argument list. The size argument must match the size of the matrix U. |
|
Read the elements of an upper triangular matrix into pointers. Read the elements of an upper triangular matrix U into pointers from a variable argument list. The size argument must match the size of the matrix U. |