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

pblasにおけるcomplex_castの活用 #594

Open
t-sakashita opened this issue Jun 14, 2021 · 0 comments
Open

pblasにおけるcomplex_castの活用 #594

t-sakashita opened this issue Jun 14, 2021 · 0 comments
Assignees

Comments

@t-sakashita
Copy link
Owner

CPBLAS_PGEMM_IMPL(psgemm, PSGEMM, float, float);
CPBLAS_PGEMM_IMPL(pdgemm, PDGEMM, double, double);
CPBLAS_PGEMM_IMPL(pcgemm, PCGEMM, lapack_complex_float, std::complex<float>);
CPBLAS_PGEMM_IMPL(pzgemm, PZGEMM, lapack_complex_double, std::complex<double>);
@t-sakashita t-sakashita self-assigned this Jun 14, 2021
@t-sakashita t-sakashita changed the title pblasにおけるcomplex_castの活用 pblasにおけるcomplex_castの活用 Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant