Skip to content
#

lapack

Here are 113 public repositories matching this topic...

Pure Javascript manually written 👌 implementation of BLAS, Many numerical software applications use BLAS computations, including Armadillo, LAPACK, LINPACK, GNU Octave, Mathematica, MATLAB, NumPy, R, and Julia.

  • Updated Apr 18, 2022
  • TypeScript
byornski
byornski commented May 16, 2022

There are lots of cases in the generated code of the use of 1_wp and 0_wp. An example is here in mfi_saxpy (blas.f90)

pure subroutine mfi_saxpy(x, y, a, incx, incy)
    integer, parameter :: wp = REAL32
    real(wp), intent(in) :: x(:)
    real(wp), intent(inout) :: y(:)
    real(wp), intent(in), optional :: a
    real(wp) :: local_a
    integer, intent(in), optional :: incx
    int
bug good first issue

Improve this page

Add a description, image, and links to the lapack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lapack topic, visit your repo's landing page and select "manage topics."

Learn more