kstars
Matrix Class Reference
#include <matr.h>
Public Member Functions | |
Matrix () | |
Matrix (double) | |
void | Invert () |
Matrix & | operator*= (const Matrix &) |
Matrix & | operator*= (double) |
Matrix & | operator+= (const Matrix &) |
Matrix & | operator-= (const Matrix &) |
Matrix & | operator/= (double) |
Matrix & | operator= (const Matrix &) |
void | Transpose () |
Public Attributes | |
double | x [4][4] |
Friends | |
Matrix | operator* (const Matrix &, double) |
Matrix | operator* (const Matrix &, const Matrix &) |
Vector | operator* (const Vector &, const Matrix &) |
Matrix | operator+ (const Matrix &, const Matrix &) |
Matrix | operator- (const Matrix &, const Matrix &) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Matrix& Matrix::operator/= | ( | double | ) |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.