Searched refs:MatrixN4 (Results 1 – 4 of 4) sorted by relevance
26 class MatrixN4; variable141 Matrix4 operator*(const MatrixN4& matrix) const;161 MatrixN4 Transpose() const;174 class ACE_EXPORT MatrixN4 {179 explicit MatrixN4(int32_t rows);180 ~MatrixN4() = default;189 inline MatrixN4& operator*(double num)
455 Matrix4 Matrix4N::operator*(const MatrixN4& matrix) const in operator *()473 MatrixN4 Matrix4N::Transpose() const in Transpose()475 MatrixN4 matrix { columns_ }; in Transpose()516 MatrixN4::MatrixN4(int32_t rows) : rows_(rows) in MatrixN4() function in OHOS::Ace::MatrixN4521 bool MatrixN4::SetEntry(int32_t row, int32_t col, double value) in SetEntry()530 Matrix4N MatrixN4::Transpose() const in Transpose()541 std::vector<double> MatrixN4::MapScalars(const std::vector<double>& src) const in MapScalars()
74 MatrixN4 matrixn4 { countNum }; in GetLeastSquareParams()
163 MatrixN4 matrixN4Obj1(ROW_NUM);197 MatrixN4 matrixN4Obj1(ROW_NUM);308 MatrixN4 matrixN4Obj1(ROW_NUM);382 MatrixN4 matrixN4Obj1(ROW_NUM);396 MatrixN4 matrixN4Obj2(ROW_NUM - 1);496 MatrixN4 mtrixN4Obj = MatrixN4(ROW_NUM);