50 template <
typename MAT_MxN,
54 svd_decomp( MAT_MxN& A, VEC_M& S, MAT_NxN& V );
62 template <
typename MAT_MxN,
67 svd_backsub(
const MAT_MxN& A,
const VEC_M& S,
const MAT_NxN& V,
68 const VEC_M& b, VEC_N& x );
76 #if defined(INCLUDE_TEMPLATES) && !defined(SVD_C)
81 #endif // SVD_HH defined
A type for volume images, or 3D textures.
void svd_backsub(const MAT_MxN &A, const VEC_M &S, const MAT_NxN &V, const VEC_M &b, VEC_N &x)
Definition: svd.cc:333