Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
Saf/Math/Algebra/Matrix.h File Reference

Linear algebra matrix class.
More...

#include "../../Type.h"
#include "../../Collection/StaticArray.h"
#include "../Range.h"

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.

Detailed Description

Linear algebra matrix class.
Author:
Ondrej Danek ondre.nosp@m.j.da.nosp@m.nek@g.nosp@m.mail.nosp@m..com
Date:
2010