|  | COSMOS core
    1.0.2 (beta)
    Comprehensive Open-architecture Solution for Mission Operations Systems | 
3x3 element generic matrix More...
#include <matrix.h>
| Public Member Functions | |
| rmatrix () | |
| rmatrix (rvector rv0, rvector rv1, rvector rv2) | |
| json11::Json | to_json () const | 
| Convert class contents to JSON object.  More... | |
| void | from_json (const string &s) | 
| Set class contents from JSON string.  More... | |
| Public Attributes | |
| rvector | row [3] | 
3x3 element generic matrix
3 rvector elements representing 3 rows of a matrix
| 
 | inline | 
| 
 | inline | 
Set class contents from JSON string.
Parses the provided JSON-formatted string and sets the class data. String should be formatted like the string returned from to_json()
| s | JSON-formatted string to set class contents to | 
| rvector rmatrix::row[3] |