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.
Eigen で実行時に MatrixXd の行と列を設定する方法がわかりません。誰かが私にいくつかのドキュメントを教えてくれますか、またはこれを行う方法についていくつかの指針を与えることができますか?
ありがとう。
メソッドを使用して、実行時に MatrixXd サイズを定義できますresize(nrow, ncol)。ダイナミック マトリックスのサイズ変更の詳細については、こちらのリンクとその API 定義をご覧ください。
resize(nrow, ncol)