![]() |
CPP Linear Algebra ToolBox
0.1.0
|
#include "../include/header/squareMatrix.h"
Functions | |
SquareMatrix | operator* (const SquareMatrix &lhs, const SquareMatrix &rhs) |
SquareMatrix | operator* (const double k, const SquareMatrix &B) |
SquareMatrix | operator* (const SquareMatrix &B, const double k) |
SquareMatrix | operator+ (const SquareMatrix &lhs, const SquareMatrix &rhs) |
SquareMatrix | operator+ (const double k, const SquareMatrix &B) |
SquareMatrix | operator+ (const SquareMatrix &B, const double k) |
SquareMatrix | operator- (const SquareMatrix &lhs, const SquareMatrix &rhs) |
SquareMatrix | operator- (const SquareMatrix &B, const double k) |
SquareMatrix | operator- (const double k, const SquareMatrix &B) |
SquareMatrix | operator/ (const SquareMatrix &B, const double k) |
SquareMatrix operator* | ( | const double | k, |
const SquareMatrix & | B | ||
) |
SquareMatrix operator* | ( | const SquareMatrix & | B, |
const double | k | ||
) |
SquareMatrix operator* | ( | const SquareMatrix & | lhs, |
const SquareMatrix & | rhs | ||
) |
SquareMatrix operator+ | ( | const double | k, |
const SquareMatrix & | B | ||
) |
SquareMatrix operator+ | ( | const SquareMatrix & | B, |
const double | k | ||
) |
SquareMatrix operator+ | ( | const SquareMatrix & | lhs, |
const SquareMatrix & | rhs | ||
) |
SquareMatrix operator- | ( | const double | k, |
const SquareMatrix & | B | ||
) |
SquareMatrix operator- | ( | const SquareMatrix & | B, |
const double | k | ||
) |
SquareMatrix operator- | ( | const SquareMatrix & | lhs, |
const SquareMatrix & | rhs | ||
) |
SquareMatrix operator/ | ( | const SquareMatrix & | B, |
const double | k | ||
) |