mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

Definitions of reusable thin-SVD row and column deletion updates. More...

Definitions of reusable thin-SVD row and column deletion updates.

Definition in file svdDowndate.cpp.

#include "math/svdDowndate.hpp"
#include "math/floatUtils.hpp"
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstring>
#include <limits>
#include <new>
#include <stdexcept>
#include <utility>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  mx
 The mxlib c++ namespace.

Functions

const char * mx::math::svdDeletionBackendName (svdDeletionBackend backend)
 Return a stable text representation of an SVD deletion backend.
const char * mx::math::svdDeletionStatusName (svdDeletionStatus status)
 Return a stable text representation of an SVD deletion status.
bool mx::math::svdDeletionSucceeded (svdDeletionStatus status) noexcept
 Return true when a status represents usable numerical output.