Complex numbers from R to C++ and viceversa

オープン
#429 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
15/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
cpp, r
領域
tooling

調査の方向性

Start by reviewing pull request #427, which the issue identifies as the implementation for complex-number conversion between R and C++. Then inspect cpp11armadillo's inst/include/wrappers/matrices.hpp around lines 118-132 to understand the matrix representation and verify whether the PR supports passing the matrix without an auxiliary list.

索引モデルが issue の本文から書いたものです。

説明

I added that here https://github.com/r-lib/cpp11/pull/427.

For cpp11armadillo I define a list with 2 matrices, one with the real part and another with the complex part. With this PR it is possible to pass the matrix without an auxiliary list https://github.com/pachadotdev/cpp11armadillo/blob/main/inst/include/wrappers/matrices.hpp#L118-L132

主要言語
C++
スター
224
フォーク
52
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

r-lib/cpp11 のほかの issue

r-lib/cpp11 の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。