Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++26] 線形代数ライブラリ #1233

Open
44 of 46 tasks
faithandbrave opened this issue Jan 22, 2024 · 1 comment
Open
44 of 46 tasks

[C++26] 線形代数ライブラリ #1233

faithandbrave opened this issue Jan 22, 2024 · 1 comment

Comments

@faithandbrave
Copy link
Member

faithandbrave commented Jan 22, 2024

BLAS 1

  • setup_givens_rotation, setup_givens_rotation_result
  • apply_givens_rotation
  • swap_elements
  • scale
  • copy
  • add
  • dot
  • dotc
  • vector_sum_of_squares, sum_of_squares_result
  • vector_two_norm
  • vector_abs_sum
  • vector_idx_abs_max
  • matrix_frob_norm
  • matrix_one_norm
  • matrix_inf_norm

BLAS 2

  • matrix_vector_product
  • symmetric_matrix_vector_product
  • hermitian_matrix_vector_product
  • triangular_matrix_vector_product
  • triangular_matrix_vector_solve
  • matrix_rank_1_update
  • matrix_rank_1_update_c
  • symmetric_matrix_rank_1_update
  • hermitian_matrix_rank_1_update
  • symmetric_matrix_rank_2_update
  • hermitian_matrix_rank_2_update

BLAS 3

  • matrix_product
  • symmetric_matrix_product
  • hermitian_matrix_product
  • triangular_matrix_product
  • triangular_matrix_left_product
  • triangular_matrix_right_product
  • symmetric_matrix_rank_k_update
  • hermitian_matrix_rank_k_update
  • symmetric_matrix_rank_2k_update
  • hermitian_matrix_rank_2k_update
  • triangular_matrix_matrix_left_solve
  • triangular_matrix_matrix_right_solve

Others

  • layout_blas_packed
  • scaled, scaled_accessor
  • conjugated, conjugated_accessor
  • transposed, layout_transpose
  • conjugate_transposed
  • column_major, row_major
  • upper_triangle, lower_triangle
  • implicit_unit_diagonal, explicit_diagonal
yohhoy added a commit that referenced this issue Feb 28, 2024
yohhoy added a commit that referenced this issue Mar 2, 2024
yohhoy added a commit that referenced this issue Mar 5, 2024
yohhoy added a commit that referenced this issue Mar 8, 2024
yohhoy added a commit that referenced this issue Mar 10, 2024
@yohhoy yohhoy linked a pull request May 21, 2024 that will close this issue
sukeya added a commit that referenced this issue May 25, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue May 25, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 1, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 13, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 16, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya referenced this issue Jun 16, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 17, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 18, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 18, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jun 18, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 4, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 5, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 6, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 6, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 7, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 8, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 9, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 9, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 9, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 10, 2024
誤植を修正

Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 10, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 10, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 11, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 11, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
yohhoy added a commit that referenced this issue Jul 11, 2024
- Markdownリストレイアウト崩れ修正
- 一部に内部リンク付与
- 例示コードのハイライト指定
sukeya added a commit that referenced this issue Jul 12, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 12, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 12, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 12, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
@sukeya
Copy link
Contributor

sukeya commented Jul 12, 2024

@yohhoy レビューして頂きありがとうございます。
大体問題ないのですが、一部のページでレイアウトが崩れていました(以前から崩れていたかもしれません)。

vector_idx_abs_maxの方は更にargmaxが正しく出力されていませんでした。
後ほど修正する予定ですが、とりあえず報告しました。

sukeya added a commit that referenced this issue Jul 12, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 13, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 13, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 14, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 14, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 15, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 15, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 16, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 16, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
sukeya added a commit that referenced this issue Jul 16, 2024
Signed-off-by: Yuya Asano <64895419+sukeya@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants