Go to the source code of this file.
Classes | |
class | Matrix |
Functions | |
float | convDble (const Matrix &a) |
Matrix | Invert22 (const Matrix &a) |
Matrix | operator* (const Matrix &a, const Matrix &b) |
Matrix | operator* (const float &a, const Matrix &b) |
Matrix | operator* (const Matrix &a, const float &b) |
Matrix | operator+ (const Matrix &a, const Matrix &b) |
Matrix | operator- (const Matrix &a, const Matrix &b) |
Matrix | operator/ (const Matrix &a, const float &b) |