gramschmidt 0.6.0

Classical, Modified, Reorthogonalized Gram Schmidt Orthogonalization and QR decompostion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env sh

# Set to 1 to not have two separate thread pools choke each other (one for
# OpenMP, one for Rayon).
export OMP_NUM_THREADS=1

# Let Rayon control the number of threads. Change to benchmark a specific number.
export RAYON_RS_NUM_CPUS=0

export RUSTFLAGS=-Ctarget-cpu=native

# cargo +nightly bench --features test
cargo +nightly bench "$@"