class Matrix3D<TYPE>


The templated class Matrix3D<TYPE> stores a 3x3 matrix representing a linear transformation between vectors of type TYPE. Basic operations between matrices are defined. This class was written to perform operations required by some of the other SCATMECH classes and is by no means complete. The documentation for the class can be found in the include file. The following typedefs are made for convenience:

typedef Matrix3D<double> Vector;

typedef Matrix3D<std::complex<double> > CVector;

Include file:

#include "matrix3d.h"

Source code:

matrix3d.h

See also:

SCATMECH Home,   Conventions,   Vector3D<TYPE>


For More Information

SCATMECH Technical Information and Questions
Sensor Science Division Home Page
Sensor Science Division Inquiries
Website Comments

Current SCATMECH version: 7.22 (April 2021)