IsoEx
|
Go to the source code of this file.
Namespaces | |
IsoEx | |
A type for volume images, or 3D textures. | |
IsoEx::Math | |
Functions | |
template<typename MAT_MxN , typename VEC_M , typename MAT_NxN > | |
bool | IsoEx::Math::svd_decomp (MAT_MxN &A, VEC_M &S, MAT_NxN &V) |
template<typename MAT_MxN , typename VEC_N , typename MAT_NxN , typename VEC_M > | |
void | IsoEx::Math::svd_backsub (const MAT_MxN &A, const VEC_M &S, const MAT_NxN &V, const VEC_M &b, VEC_N &x) |
This file provides singular value decompositon.