#include <a_mat.h>
|  | 
| static const std::string | help () | 
|  | 
| static const std::string | help () | 
|  | 
Definition at line 41 of file a_mat.h.
 
◆ a_mat() [1/3]
      
        
          | a_mat::a_mat | ( | UI | i, | 
        
          |  |  | UI | j, | 
        
          |  |  | double | v = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ a_mat() [2/3]
      
        
          | a_mat::a_mat | ( | int | i, | 
        
          |  |  | int | j, | 
        
          |  |  | double | v = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ a_mat() [3/3]
      
        
          | a_mat::a_mat | ( | const a_mat & | m | ) |  | 
      
 
 
◆ ~a_mat()
◆ maxi()
◆ maxj()
◆ operator()() [1/2]
  
  | 
        
          | virtual double& a_mat::operator() | ( | const UI | i, |  
          |  |  | const UI | j |  
          |  | ) |  |  |  | inlinevirtual | 
 
 
◆ operator()() [2/2]
  
  | 
        
          | virtual double a_mat::operator() | ( | const UI | i, |  
          |  |  | const UI | j |  
          |  | ) |  | const |  | inlinevirtual | 
 
 
◆ operator*()
      
        
          | a_mat a_mat::operator* | ( | double | v | ) |  | 
      
 
 
◆ operator*=()
      
        
          | a_mat & a_mat::operator*= | ( | double | v | ) |  | 
      
 
 
◆ operator+()
◆ operator+=()
◆ operator-() [1/2]
      
        
          | a_mat & a_mat::operator- | ( |  | ) |  | 
      
 
 
◆ operator-() [2/2]
◆ operator-=()
◆ operator/()
      
        
          | a_mat a_mat::operator/ | ( | double | v | ) |  | 
      
 
 
◆ operator/=()
      
        
          | a_mat & a_mat::operator/= | ( | double | v | ) |  | 
      
 
 
◆ operator=()
◆ operator==()
      
        
          | bool a_mat::operator== | ( | const a_mat & | a | ) |  | 
      
 
 
◆ read()
  
  | 
        
          | void a_mat::read | ( | std::istream & | i | ) |  |  | virtual | 
 
read object from stream: should be overridden by children classes 
Reimplemented from a_base.
Reimplemented in a_plane, and a_coord.
Definition at line 211 of file a_mat.cxx.
 
 
◆ size()
◆ sub_matrix()
      
        
          | a_mat a_mat::sub_matrix | ( | const UI | i, | 
        
          |  |  | const UI | j | 
        
          |  | ) |  | const | 
      
 
 
◆ swapc()
      
        
          | void a_mat::swapc | ( | UI | c1, | 
        
          |  |  | UI | c2 | 
        
          |  | ) |  |  | 
      
 
 
◆ swapr()
      
        
          | void a_mat::swapr | ( | UI | r1, | 
        
          |  |  | UI | r2 | 
        
          |  | ) |  |  | 
      
 
 
◆ transpose()
      
        
          | a_mat a_mat::transpose | ( |  | ) |  | 
      
 
 
◆ write()
  
  | 
        
          | void a_mat::write | ( | std::ostream & | o | ) | const |  | virtual | 
 
write object to stream: should be overridden by children classes 
Reimplemented from a_base.
Reimplemented in a_plane, and a_coord.
Definition at line 224 of file a_mat.cxx.
 
 
◆ x()
  
  | 
        
          | std::valarray<double>& a_mat::x | ( |  | ) | const |  | inline | 
 
 
◆ maxi_
◆ maxj_
◆ x_
  
  | 
        
          | std::valarray<double>* a_mat::x_ |  | protected | 
 
 
The documentation for this class was generated from the following files: