Functions | |
| Gan_SquMatrix * | gan_diagmat_set_size (Gan_SquMatrix *A, unsigned long size) | 
| Set square matrix to be diagonal with given size.   | |
| Gan_Matrix * | gan_mat_set_dims (Gan_Matrix *A, unsigned long rows, unsigned long cols) | 
| Set dimensions of generic matrix.   | |
| Gan_SquMatrix * | gan_scalImat_set_size (Gan_SquMatrix *A, unsigned long size) | 
| Set square matrix to be multiple of identity with given size.   | |
| Gan_SquMatrix * | gan_squmat_set_type_size (Gan_SquMatrix *A, Gan_SquMatrixType type, unsigned long size) | 
| Set type and size of square matrix.   | |
| Gan_SquMatrix * | gan_squmat_set_type (Gan_SquMatrix *A, Gan_SquMatrixType type) | 
| Macro: Set type of square matrix.   | |
| Gan_SquMatrix * | gan_squmat_set_size (Gan_SquMatrix *A, unsigned long size) | 
| Macro: Set size of square matrix.   | |
| Gan_SquMatrix * | gan_symmat_set_size (Gan_SquMatrix *A, unsigned long size) | 
| Set square matrix to be symmetric with given size.   | |
| Gan_SquMatrix * | gan_ltmat_set_size (Gan_SquMatrix *L, unsigned long size) | 
| Set square matrix to be lower triangular with given size.   | |
| Gan_SquMatrix * | gan_utmat_set_size (Gan_SquMatrix *U, unsigned long size) | 
| Set square matrix to be upper triangular with given size.   | |
| Gan_SquMatrix_f * | gan_diagmatf_set_size (Gan_SquMatrix_f *A, unsigned long size) | 
| Set square matrix to be diagonal with given size.   | |
| Gan_Matrix_f * | gan_matf_set_dims (Gan_Matrix_f *A, unsigned long rows, unsigned long cols) | 
| Set dimensions of generic matrix.   | |
| Gan_SquMatrix_f * | gan_scalImatf_set_size (Gan_SquMatrix_f *A, unsigned long size) | 
| Set square matrix to be multiple of identity with given size.   | |
| Gan_SquMatrix_f * | gan_squmatf_set_type_size (Gan_SquMatrix_f *A, Gan_SquMatrixType type, unsigned long size) | 
| Set type and size of square matrix.   | |
| Gan_SquMatrix_f * | gan_squmatf_set_type (Gan_SquMatrix_f *A, Gan_SquMatrixType type) | 
| Macro: Set type of square matrix.   | |
| Gan_SquMatrix_f * | gan_squmatf_set_size (Gan_SquMatrix_f *A, unsigned long size) | 
| Macro: Set size of square matrix.   | |
| Gan_SquMatrix_f * | gan_symmatf_set_size (Gan_SquMatrix_f *A, unsigned long size) | 
| Set square matrix to be symmetric with given size.   | |
| Gan_SquMatrix_f * | gan_ltmatf_set_size (Gan_SquMatrix_f *L, unsigned long size) | 
| Set square matrix to be lower triangular with given size.   | |
| Gan_SquMatrix_f * | gan_utmatf_set_size (Gan_SquMatrix_f *U, unsigned long size) | 
| Set square matrix to be upper triangular with given size.   | |
      
  | 
  ||||||||||||
| 
 Set square matrix to be diagonal with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be diagonal with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be lower triangular with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be lower triangular with given size. 
 
  | 
  
      
  | 
  ||||||||||||||||
| 
 Set dimensions of generic matrix. Set dimensions of generic matrix A to rows by cols.  | 
  
      
  | 
  ||||||||||||||||
| 
 Set dimensions of generic matrix. Set dimensions of generic matrix A to rows by cols.  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be multiple of identity with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be multiple of identity with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Macro: Set size of square matrix. 
 
 Implemented as a macro call to gan_squmat_set_type_size().  | 
  
      
  | 
  ||||||||||||
| 
 Macro: Set type of square matrix. 
 
 Implemented as a macro call to gan_squmat_set_type_size().  | 
  
      
  | 
  ||||||||||||||||
| 
 Set type and size of square matrix. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Macro: Set size of square matrix. 
 
 Implemented as a macro call to gan_squmatf_set_type_size().  | 
  
      
  | 
  ||||||||||||
| 
 Macro: Set type of square matrix. 
 
 Implemented as a macro call to gan_squmatf_set_type_size().  | 
  
      
  | 
  ||||||||||||||||
| 
 Set type and size of square matrix. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be symmetric with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be symmetric with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be upper triangular with given size. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Set square matrix to be upper triangular with given size. 
 
  | 
  
 1.3.9.1