Lines Matching defs:M
42 const Matrix &M = *this; in operator -() local
52 const Matrix &M = *this; in operator !() local
106 const Matrix &M = *this; in operator ~() local
116 Matrix &M = *this; in operator +=() local
128 Matrix &M = *this; in operator -=() local
140 Matrix &M = *this; in operator *=() local
150 Matrix &Matrix::operator*=(const Matrix &M) in operator *=()
162 bool operator==(const Matrix &M, const Matrix &N) in operator ==()
173 bool operator!=(const Matrix &M, const Matrix &N) in operator !=()
184 Matrix operator+(const Matrix &M, const Matrix &N) in operator +()
192 Matrix operator-(const Matrix &M, const Matrix &N) in operator -()
200 Matrix operator*(float s, const Matrix &M) in operator *()
208 Matrix operator*(const Matrix &M, float s) in operator *()
216 Matrix operator*(const Matrix &M, const Matrix &N) in operator *()
224 Matrix operator/(const Matrix &M, float s) in operator /()
233 const Matrix &M = *this; in operator *() local
242 float Matrix::det(const Matrix &M) in det()
300 float Matrix::det3(const Matrix &M) in det3()
307 float Matrix::tr(const Matrix &M) in tr()
316 Matrix &M = *this; in orthogonalise() local