Searched refs:Matrix4N (Results 1 – 3 of 3) sorted by relevance
25 class Matrix4N; variable76 Matrix4N operator*(const Matrix4N& matrix) const;117 class ACE_EXPORT Matrix4N {122 explicit Matrix4N(int32_t columns);123 ~Matrix4N() = default;132 inline Matrix4N& operator*(double num)215 Matrix4N Transpose() const;
311 Matrix4N Matrix4::operator*(const Matrix4N& matrix) const in operator *()314 Matrix4N matrix4n(columns); in operator *()441 Matrix4N::Matrix4N(int32_t columns) : columns_(columns) in Matrix4N() function in OHOS::Ace::Matrix4N446 bool Matrix4N::SetEntry(int32_t row, int32_t col, double value) in SetEntry()455 Matrix4 Matrix4N::operator*(const MatrixN4& matrix) const in operator *()473 MatrixN4 Matrix4N::Transpose() const in Transpose()484 std::vector<double> Matrix4N::MapScalars(const std::vector<double>& src) const in MapScalars()500 bool Matrix4N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars()530 Matrix4N MatrixN4::Transpose() const in Transpose()532 Matrix4N matrix { rows_ }; in Transpose()
154 Matrix4N matrix4NObj1(COLUMN_NUM);190 Matrix4N matrix4NObj1(COLUMN_NUM);247 Matrix4N matrix4NObj1(COLUMN_NUM);368 Matrix4N matrix4NObj1(COLUMN_NUM);373 Matrix4N matrix4NObj2 = matrix4Obj2 * matrix4NObj1;483 Matrix4N mtrix4NObj = Matrix4N(COLUMN_NUM);