ColCount() const (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
CopyFrom(const MatrixOf< T > *m) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
Get(unsigned int rowIx, unsigned int colIx) const (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
MatrixOf(unsigned int rows, unsigned int cols) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | |
MatrixOf(unsigned int rows, unsigned int cols, const T *source) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
MatrixOf(Vector3 v) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | |
Multiply(const MatrixOf< T > *m1, const MatrixOf< T > *m2, MatrixOf< T > *r) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | static |
Multiply(const MatrixOf< T > *m, MatrixOf< T > *r) const (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
Multiply(const MatrixOf< T > *m, Vector3 v) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | static |
operator*(const Vector3 v) const (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | |
RowCount() const (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
Set(unsigned int rowIx, unsigned int colIx, T value) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
Set(const T *source) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
SetCol(unsigned int colIx, const T *source) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
SetRow(unsigned int rowIx, const T *source) (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |
Transpose(MatrixOf< T > *r) const | Passer::LinearAlgebra::MatrixOf< T > | inline |
~MatrixOf() (defined in Passer::LinearAlgebra::MatrixOf< T >) | Passer::LinearAlgebra::MatrixOf< T > | inline |