|
JMatrix | operator+ (const JMatrix &, const JMatrix &) |
|
JMatrix | operator- (const JMatrix &, const JMatrix &) |
|
JMatrix | operator* (const JMatrix &, const JMatrix &) |
|
JMatrix | operator* (const JMatrix &, const JVector &) |
|
JMatrix | operator* (const JMatrix &, const JFloat) |
|
JMatrix | operator* (const JFloat, const JMatrix &) |
|
JMatrix | operator/ (const JMatrix &, const JFloat) |
|
JMatrix | JIdentityMatrix (const JSize dimCount) |
|
std::istream & | operator>> (std::istream &, JMatrix &) |
|
std::ostream & | operator<< (std::ostream &, const JMatrix &) |
|
bool | operator== (const JMatrix &, const JMatrix &) |
|
bool | JDimensionsEqual (const JMatrix &mx1, const JMatrix &mx2) |
|