Simple Application Framework
1
|
Linear algebra matrix class.
Go to the source code of this file.
Classes | |
class | Saf::Math::Algebra::Matrix< N, M, T > |
Class representing general matrix object from linear algebra. More... | |
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Math |
Mathematical functions and structures. | |
namespace | Saf::Math::Algebra |
Implementations of various objects from algebra. | |
Functions | |
template<Size N, Size M, class T > | |
Matrix< N, M, T > | Saf::Math::Algebra::operator* (const T &v, const Matrix< N, M, T > &m) |
Multiplication by scalar. | |
template<Size N, Size M, class T > | |
Matrix< N, M, T > | Saf::Math::Algebra::operator/ (const T &v, const Matrix< N, M, T > &m) |
Division by scalar. |
Linear algebra matrix class.