Home
last modified time | relevance | path

Searched refs:MatrixN (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/xcore/
Dvec_mat.h512 class MatrixN
515 MatrixN ();
516 MatrixN (VectorN<T, 2> a, VectorN<T, 2> b);
517 MatrixN (VectorN<T, 3> a, VectorN<T, 3> b, VectorN<T, 3> c);
518 MatrixN (VectorN<T, 4> a, VectorN<T, 4> b, VectorN<T, 4> c, VectorN<T, 4> d);
543 inline MatrixN<T, N>& operator = (const MatrixN<T, N>& rhs);
544 inline MatrixN<T, N> operator - () const;
545 inline MatrixN<T, N> operator + (const MatrixN<T, N>& rhs) const;
546 inline MatrixN<T, N> operator - (const MatrixN<T, N>& rhs) const;
547 inline MatrixN<T, N> operator * (const T a) const;
[all …]