src/types.h

changeset 522
afa691788bdb
parent 513
29eb671b34f6
child 538
2f85d4d286e5
child 665
4355e72ffd47
equal deleted inserted replaced
521:b85554206155 522:afa691788bdb
91 } 91 }
92 inline const double& operator[] (int idx) const 92 inline const double& operator[] (int idx) const
93 { return val (idx); 93 { return val (idx);
94 } 94 }
95 95
96 bool operator== (const matrix& other) const;
97
96 private: 98 private:
97 double m_vals[9]; 99 double m_vals[9];
98 }; 100 };
99 101
100 // ============================================================================= 102 // =============================================================================

mercurial