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
13 of 46 tasks
faithandbrave opened this issue Jan 22, 2024 · 0 comments
Open
13 of 46 tasks

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

faithandbrave opened this issue Jan 22, 2024 · 0 comments

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>
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

1 participant