DOUBLE PRECISION and REAL:
new SRC/dorgtsqr.f
new SRC/dorhr_col.f
mod TESTING/LIN/dchkaa.f
new TESTING/LIN/dchkorhr_col.f
new TESTING/LIN/derrorhr_col.f
new TESTING/LIN/dorhr_col01.f
new SRC/sorgtsqr.f
new SRC/sorhr_col.f
mod TESTING/LIN/schkaa.f
new TESTING/LIN/schkorhr_col.f
new TESTING/LIN/serrorhr_col.f
new TESTING/LIN/sorhr_col01.f
This commit provides both CODE and TESTING in DOUBLE PRECISION for
1) DORGTSQR that generates matrix with orthonormal columns form
an output of DLATSQR;
2) DORHR that reconstructs Householder column vectors
from an M-by-N matrix with orthonormal columns where M>=N.
modified: SRC/CMakeLists.txt
modified: SRC/Makefile
deleted: SRC/dlaorhr.f
modified: SRC/dorhr.f
modified: TESTING/LIN/derrorhr.f
modified: TESTING/LIN/dorhr01.f
new file: SRC/dorgtsqr.f