Cargo Features

RLST has no features set by default.

[dependencies]
rlst = { version = "0.6.1", features = ["strict", "mpi", "openblas_threading", "mkl_threading", "burn", "enable_tracing", "fftw", "fftw_system", "fftw_source", "fftw_mkl"] }
strict
mpi

Enables mpi and mpi-sys

Affects doc::distributed_computations, rlst::distributed_tools, matrix_operator::DistributedCsrOperator, interface::distributed_array_vector_space, sparse::distributed_csr_mat, sparse::mat_operations_distributed, sparse::distributed_array, sparse::FromAijDistributed, traits::distributed

nightly blis_threading openblas_threading
mkl_threading
burn

Enables burn

Affects interface::burn

enable_tracing

Enables log, enable_tracing of rlst-proc-macro

Affects tracing::trace_call

fftw

Enables fftw-sys

Affects rlst::chebychev, rlst::fftw

fftw_system

Enables system of fftw-sys

fftw_source

Enables source of fftw-sys

fftw_mkl

Enables intel-mkl of fftw-sys