FlightGear next
|
Go to the source code of this file.
Classes | |
class | JSBSim::FGMatrix33 |
Handles matrix math operations. More... | |
Namespaces | |
namespace | JSBSim |
Functions | |
FGMatrix33 | JSBSim::operator* (double scalar, const FGMatrix33 &A) |
Scalar multiplication. | |
std::ostream & | JSBSim::operator<< (std::ostream &os, const FGMatrix33 &M) |
Write matrix to a stream. | |
std::istream & | JSBSim::operator>> (std::istream &is, FGMatrix33 &M) |
Read matrix from a stream. | |