最終更新日時(UTC):
が更新

履歴 編集

class template
<linalg>

std::linalg::sum_of_squares_result(C++26)

namespace std::linalg {
  template<class Scalar>
  struct sum_of_squares_result {
    Scalar scaling_factor;
    Scalar scaled_sum_of_squares;
  };
}

概要

スケールされた、ベクトルの成分の2乗和の結果を表すクラス。詳しくは、vector_sum_of_squaresにて。

バージョン

言語

  • C++26

処理系

関連項目

参照