forked from Lainports/freebsd-ports
Commit b7f05445c0 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)
8 lines
471 B
Text
8 lines
471 B
Text
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.
|