Main Page | Modules | Class List | File List | Class Members | File Members

Read Elements of a General Size Matrix
[General Size Matrices]


Functions

Gan_Bool gan_diagmat_read_va (const Gan_SquMatrix *A, unsigned long size,...)
 Read the elements of a diagonal matrix into pointers.
Gan_Bool gan_mat_read_va (const Gan_Matrix *A, unsigned long rows, unsigned long cols,...)
 Read elements of matrix from variable argument list.
Gan_Bool gan_scalImat_read_va (const Gan_SquMatrix *A, unsigned long size,...)
 Read the elements of a scaled identity matrix into pointers.
Gan_Bool gan_symmat_read_va (const Gan_SquMatrix *A, unsigned long size,...)
 Read the elements of a symmetric matrix into pointers.
Gan_Bool gan_ltmat_read_va (const Gan_SquMatrix *L, unsigned long size,...)
 Read the elements of a lower triangular matrix into pointers.
Gan_Bool gan_utmat_read_va (const Gan_SquMatrix *U, unsigned long size,...)
 Read the elements of an upper triangular matrix into pointers.
Gan_Bool gan_diagmatf_read_va (const Gan_SquMatrix_f *A, unsigned long size,...)
 Read the elements of a diagonal matrix into pointers.
Gan_Bool gan_matf_read_va (const Gan_Matrix_f *A, unsigned long rows, unsigned long cols,...)
 Read elements of matrix from variable argument list.
Gan_Bool gan_scalImatf_read_va (const Gan_SquMatrix_f *A, unsigned long size,...)
 Read the elements of a scaled identity matrix into pointers.
Gan_Bool gan_symmatf_read_va (const Gan_SquMatrix_f *A, unsigned long size,...)
 Read the elements of a symmetric matrix into pointers.
Gan_Bool gan_ltmatf_read_va (const Gan_SquMatrix_f *L, unsigned long size,...)
 Read the elements of a lower triangular matrix into pointers.
Gan_Bool gan_utmatf_read_va (const Gan_SquMatrix_f *U, unsigned long size,...)
 Read the elements of an upper triangular matrix into pointers.

Function Documentation

Gan_Bool gan_diagmat_read_va const Gan_SquMatrix A,
unsigned long  size,
  ...
 

Read the elements of a diagonal matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_diagmatf_read_va const Gan_SquMatrix_f A,
unsigned long  size,
  ...
 

Read the elements of a diagonal matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_ltmat_read_va const Gan_SquMatrix L,
unsigned long  size,
  ...
 

Read the elements of a lower triangular matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_ltmatf_read_va const Gan_SquMatrix_f L,
unsigned long  size,
  ...
 

Read the elements of a lower triangular matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_scalImat_read_va const Gan_SquMatrix A,
unsigned long  size,
  ...
 

Read the elements of a scaled identity matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_scalImatf_read_va const Gan_SquMatrix_f A,
unsigned long  size,
  ...
 

Read the elements of a scaled identity matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_symmat_read_va const Gan_SquMatrix A,
unsigned long  size,
  ...
 

Read the elements of a symmetric matrix into pointers.

The size argument must match the size of the matrix A.

Gan_Bool gan_symmatf_read_va const Gan_SquMatrix_f A,
unsigned long  size,
  ...
 

Read the elements of a symmetric matrix into pointers.

The size argument must match the size of the matrix A.

Gan_Bool gan_utmat_read_va const Gan_SquMatrix U,
unsigned long  size,
  ...
 

Read the elements of an upper triangular matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.

Gan_Bool gan_utmatf_read_va const Gan_SquMatrix_f U,
unsigned long  size,
  ...
 

Read the elements of an upper triangular matrix into pointers.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.
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.


Generated on Fri Mar 17 12:44:58 2006 by  doxygen 1.3.9.1