Searched defs:MapScalars (Results 1 – 2 of 2) sorted by relevance
91 std::vector<double> Matrix3::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix3107 bool Matrix3::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix3166 std::vector<double> Matrix3N::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix3N182 bool Matrix3N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix3N223 std::vector<double> MatrixN3::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::MatrixN3
409 void Matrix4::MapScalars(const double src[DIMENSION], double dst[DIMENSION]) const in MapScalars() function in OHOS::Ace::Matrix4484 std::vector<double> Matrix4N::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::Matrix4N500 bool Matrix4N::MapScalars(const std::vector<double>& src, std::vector<double>& result) const in MapScalars() function in OHOS::Ace::Matrix4N541 std::vector<double> MatrixN4::MapScalars(const std::vector<double>& src) const in MapScalars() function in OHOS::Ace::MatrixN4