#include <tarski.h>
Public Member Functions | |
| Fmatrix * | operator~ () |
| Fmatrix * | operator! () |
| Fmatrix * | operator * (Fmatrix *) |
| Fmatrix * | operator| (Fmatrix *) |
| Fvector * | operator[] (int) |
| F | operator++ () |
| F | operator-- () |
Public Attributes | |
| char * | name |
| int | N |
| int | M |
| Fvector ** | rows |
Definition at line 181 of file tarski.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 185 of file tarski.h. Referenced by Fm::M(). |
|
|
Definition at line 184 of file tarski.h. Referenced by Fm::N(). |
|
|
Definition at line 183 of file tarski.h. Referenced by Fm::name(). |
|
|
Definition at line 186 of file tarski.h. Referenced by Fm::rows(). |
1.3.9.1