venovako / KogAcc

A Kogbetliantz-type SVD for general matrices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KogAcc

A Kogbetliantz-type SVD for general matrices.

(... work in progress ...)

This software is a supplementary material for:

Prerequisites

Several routines and executables require having quadruple precision (KIND=REAL128) fully supported by the compiler.

First, clone libpvn repository, with the same parent directory as this one has (e.g., venovako/libpvn and venovako/KogAcc). Then, build the libpvn library, with the same family of compilers and (no-)debug mode as it is meant to be used here (e.g., with icx if ifx is desired). Please set the option SAFE=sv2.

Building the documentation requires a recent version of Doxygen and Graphviz. Many routines are documented only rudimentary for now.

The correctly-rounded cr_hypot and cr_hypotf functions might optionally be used if provided by, e.g., the CORE-MATH project. Please consult the description of libpvn for more information. All testing has been performed with the correctly rounded functions. It is strongly recommended to use them whenever possible.

Building

Run make help (GNU make assumed) in the src subdirectory.

Setting NDEBUG to, e.g., 3 is recommened.

This work has been supported in part by Croatian Science Foundation under the project IP-2014-09-3670 (MFBDA).

About

A Kogbetliantz-type SVD for general matrices.

License:MIT License


Languages

Language:Fortran 89.0%Language:Makefile 10.9%Language:Shell 0.1%