Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
SVBackSubstitution.hpp File Reference

Implementation of singular value backsubstitution. More...

#include "CDPL/Math/Vector.hpp"
#include "CDPL/Math/Matrix.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Math
 Contains classes and functions related to mathematics.
 

Functions

template<typename M1 , typename V1 , typename M2 , typename V2 , typename V3 >
void CDPL::Math::svBackSubstitution (const M1 &u, const V1 &w, const M2 &v, const V2 &b, V3 &x)
 Solves \( A \cdot X = B \) for a vector \( X \) where \( A \) is given by its Singular Value Decomposition [WSVD]. More...
 

Detailed Description

Implementation of singular value backsubstitution.