History log of /petsc/include/petscblaslapack.h (Results 1 – 25 of 349)
Revision Date Author Comments
# 58bddbc0 11-Apr-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-lmvm-rework' into 'main'

MatLMVM rework

See merge request petsc/petsc!6401


# 3a8969d3 26-Mar-2025 Toby Isaac <toby.isaac@gmail.com>

Add prototypes for more BLAS/LAPACK operations

- cupmBlasXgbmv, cupmBlasXtbsv: useful for PointwiseMult- and PointwiseDivide-like operations on the device
- BLAShemv_, cupmBlasXhemv: useful for dens

Add prototypes for more BLAS/LAPACK operations

- cupmBlasXgbmv, cupmBlasXtbsv: useful for PointwiseMult- and PointwiseDivide-like operations on the device
- BLAShemv_, cupmBlasXhemv: useful for dense operations where only one triangle of a Hermitian matrix has been computed
- LAPACKgerc_: useful for rank-1 updates to dense arrays

show more ...


# 07f25ad1 18-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# cfdde341 15-Jul-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-const-correctness' into 'release'

LAPACK: fix const-correctness of ormqr

See merge request petsc/petsc!7693


# 1e14f2f2 15-Jul-2024 Pierre Jolivet <pierre@joliv.et>

LAPACK: fix const-correctness of ormqr

See, e.g., mkl_lapack.h
void DORMQR( const char* side, const char* trans, const MKL_INT* m,
const MKL_INT* n, const MKL_INT* k, const double* a,

LAPACK: fix const-correctness of ormqr

See, e.g., mkl_lapack.h
void DORMQR( const char* side, const char* trans, const MKL_INT* m,
const MKL_INT* n, const MKL_INT* k, const double* a,
const MKL_INT* lda, const double* tau, double* c,
const MKL_INT* ldc, double* work, const MKL_INT* lwork,
MKL_INT* info ) NOTHROW;
Reported-by: Pierre Marchand <pierre.marchand@inria.fr>

show more ...


# 5fe01c21 22-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/dense-lmvm-squashed' into 'main'

Dense LMVM

See merge request petsc/petsc!7371


# be1c5b79 14-Mar-2024 Hansol Suh <hsuh@anl.gov>

Adding additional BLAS, CUPM interfaces


# 970231d2 07-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/clang-format-18' into 'main'

clang-format version 18

See merge request petsc/petsc!6902


# fbccb6d4 18-Nov-2023 Pierre Jolivet <pierre@joliv.et>

CI: update to clang-format-18


# 6996bd1a 21-Feb-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-double' into 'main'

Fix words appearing twice in a row for no good reason

See merge request petsc/petsc!7307


# 15229ffc 21-Feb-2024 Pierre Jolivet <pierre@joliv.et>

Fix words appearing twice in a row for no good reason


# b22c9ba6 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 338bea87 08-Jan-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-01-04/fix-includes-man-pages/release' into 'release'

Barry/2024 01 04/fix includes man pages/release

See merge request petsc/petsc!7165


# af27ebaa 05-Jan-2024 Barry Smith <bsmith@mcs.anl.gov>

Fix manual page formating in include directory


# 6cdbbeb7 22-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# bd5ad44f 21-Nov-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-11-20/docs-manpage-minor-work/release' into 'release'

Minor work on manual pages (in include directory)

See merge request petsc/petsc!7042


# 95bd0b28 21-Nov-2023 Barry Smith <bsmith@mcs.anl.gov>

Minor work on manual pages (in include directory)


# eed7708b 15-Sep-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'feature/minres-eigenvalues' into 'main'

Add: KSPComputeEigenvalues_MINRES(), KSPComputeExtremeSingularValues_MINRES()

See merge request petsc/petsc!6615


# c901295d 15-Sep-2023 Pablo Brubeck <brubeck@protonmail.com>

Add: KSPComputeEigenvalues_MINRES(), KSPComputeExtremeSingularValues_MINRES()


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 90793658 12-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'zach/replace-linpack-cgtql1-with-lapack-stev' into 'main'

Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues

See merge request petsc/petsc!6536


# ee1793cc 01-Jun-2023 Zach Atkins <zach.atkins@colorado.edu>

Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues

Specifically, removes translated Fortran and Algol routines which had non-terminating loops if assumptions were violated with

Replace LINPACKcgtql1 with LAPACKstev for computing sym tri eigenvalues

Specifically, removes translated Fortran and Algol routines which had non-terminating loops if assumptions were violated with a standard LAPACK eigenvalue solver routine. Add new alternatives due to minor differences in eigenvalue estimates.

show more ...


# 0fe358ee 14-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# c8ba991b 14-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-09/update-manual-additional-information/release' into 'release'

Update some discussions in the users manual

See merge request petsc/petsc!6442


12345678910>>...14