ports/math/spla/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
471 B
Plaintext

SPLA provides specialized functions for linear algebra computations with a C++
and C interface, which are inspired by requirements in computational material
science codes.
Currently, SPLA provides functions for distributed matrix multiplications with
specific matrix distributions, which cannot be used directly with a ScaLAPACK
interface. All computations can optionally utilize GPUs through CUDA or ROCm,
where matrices can be located either in host or device memory.