|  | 
|  | a_coord_base () | 
|  | 
|  | a_coord_base (const a_coord_base &c) | 
|  | 
| virtual const std::string | classname () | 
|  | 
|  | a_mat_sq (UI i, double v=0) | 
|  | 
|  | a_mat_sq (int i, double v=0) | 
|  | 
|  | a_mat_sq (const a_mat &m) | 
|  | 
| double | determinant () const | 
|  | 
| double | trace () const | 
|  | 
| UI | dim () const | 
|  | 
| void | settoI () | 
|  | 
| a_mat_sq & | operator= (const a_mat_sq &m) | 
|  | 
| a_mat_sq & | operator= (const a_mat &m) | 
|  | 
|  | ~a_mat_sq () | 
|  | 
| a_mat & | operator*= (double v) | 
|  | 
| a_mat_sq & | operator*= (const a_mat_sq m) | 
|  | 
|  | a_mat (UI i, UI j, double v=0) | 
|  | 
|  | a_mat (int i, int j, double v=0) | 
|  | 
|  | a_mat (const a_mat &m) | 
|  | 
|  | ~a_mat () | 
|  | 
| UI | maxi () const | 
|  | 
| UI | maxj () const | 
|  | 
| UI | size () const | 
|  | 
| std::valarray< double > & | x () const | 
|  | 
| virtual double & | operator() (const UI i, const UI j) | 
|  | 
| virtual double | operator() (const UI i, const UI j) const | 
|  | 
| a_mat & | operator= (const a_mat &m) | 
|  | 
| bool | operator== (const a_mat &a) | 
|  | 
| a_mat & | operator- () | 
|  | 
| a_mat & | operator+= (const a_mat &a) | 
|  | 
| a_mat | operator+ (const a_mat &a) | 
|  | 
| a_mat & | operator-= (const a_mat &a) | 
|  | 
| a_mat | operator- (const a_mat &a) | 
|  | 
| a_mat & | operator*= (double v) | 
|  | 
| a_mat | operator* (double v) | 
|  | 
| a_mat & | operator/= (double v) | 
|  | 
| a_mat | operator/ (double v) | 
|  | 
| a_mat | transpose () | 
|  | 
| void | swapc (UI c1, UI c2) | 
|  | 
| void | swapr (UI r1, UI r2) | 
|  | 
| a_mat | sub_matrix (const UI i, const UI j) const | 
|  | 
| virtual void | read (std::istream &i) | 
|  | 
| virtual void | write (std::ostream &o) const | 
|  | 
|  | a_base () | 
|  | 
| void | read (const std::string &file_in) | 
|  | 
| void | write (const std::string &file_out) const | 
|  | 
| void | small (double tol) | 
|  | 
| double | small () const | 
|  | 
\top class of the a_text library 
- Author
- P.Smars 
- Date
- 2012 
Definition at line 29 of file a_coord_base.h.