Blender V2.61 - r43446
|
#include "tntmath.h"
Go to the source code of this file.
Namespaces | |
namespace | TNT |
Defines | |
#define | SVD_MAX_ITER 200 |
Functions | |
template<class MaTRiX , class VecToR > | |
void | TNT::SVD (MaTRiX &A, MaTRiX &U, VecToR &s, MaTRiX &V, VecToR &work1, VecToR &work2, int maxiter=SVD_MAX_ITER) |