Searched refs:Matrix3N (Results 1 – 3 of 3) sorted by relevance
64 Matrix3N Matrix3::operator*(const Matrix3N& matrix) const in operator *()67 Matrix3N Matrix3n { columns }; in operator *()123 Matrix3N::Matrix3N(int32_t columns) : columns_(columns) in Matrix3N() function in OHOS::Ace::Matrix3N128 bool Matrix3N::SetEntry(int32_t row, int32_t col, double value) in SetEntry()137 Matrix3 Matrix3N::operator*(const MatrixN3& matrix) const in operator *()155 MatrixN3 Matrix3N::Transpose() const in Transpose()166 std::vector<double> Matrix3N::MapScalars(const std::vector<double>& src) const in MapScalars()182 bool Matrix3N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars()212 Matrix3N MatrixN3::Transpose() const in Transpose()214 Matrix3N matrix { rows_ }; in Transpose()
24 class Matrix3N; variable48 Matrix3N operator*(const Matrix3N& matrix) const;90 class ACE_EXPORT Matrix3N {95 explicit Matrix3N(int32_t columns);96 ~Matrix3N() = default;105 inline Matrix3N& operator*(double num)198 Matrix3N Transpose() const;
63 Matrix3N matrix3NObj1(COLUMN_NUM);113 Matrix3N matrix3NObj1(COLUMN_NUM);136 Matrix3N matrix3NObj2 = matrixN3Obj1.Transpose();193 Matrix3N matrix3NObj1(COLUMN_NUM);206 Matrix3N matrix3NObj2 = matrixObj1 * matrix3NObj1;289 Matrix3N matrix3NObj1(COLUMN_NUM);408 Matrix3N matrix3NObj1(3);