FlightGear next
FGMatrix33.h File Reference
#include <string>
#include <iosfwd>
#include "FGJSBBase.h"
#include "FGColumnVector3.h"

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.