Skip to content

HPAC/MatrixGeneratorCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Requirements:

  • a C++14 compiler - currently tested against recent versions of GCC and Clang
  • BLAS/LAPACK library is required for generation of symmetric positive-definite and orthogonal matrices. currently tested against OpenBLAS and IntelMKL

Supported libraries:

Supported matrix shapes: full, symmetric, upper/lower triangular (non-square as well), diagonal, banded (partial support)

Support matrix properties: random, constant, symmetric positive-definite, orthogonal

An example of configuring project with support for Blaze and Armadillo libraries:

cmake -DCMAKE_PREFIX_PATH="ARMADILLO_PATH;EIGEN_PATH;BLAZE_PATH" -DWITH_BLAZE=On -DWITH_ARMADILLO=On -DWITH_LAPACK=On

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published