Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイプ Mat のマトリックスがあります。マットの床を計算したい。配列の操作とコア機能のドキュメントを検索しました。
以下はサンプルコードです
Mat M = (Mat_<double>(3,3) << 1.2, 0.3, 0.9, 2.3, 1.1, 0.7, 10.2, 10,3, 8.0, 11.6);
私は次のようなものを探しています
floor(M, M)また
floor(M, M)
M = floor(M)
誰でもこれを行う方法を教えてもらえますか? プラットフォーム C++