#include <limits.h>
#include "SimTKcommon.h"
#include "SimTKmath.h"
#include "SimTKcommon/internal/BigMatrix.h"
#include "internal/common.h"
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | Factor |
Abstract class for performing matrix factorizations. More... | |
class | FactorLU |
Class for performing LU matrix factorizations. More... | |
class | FactorQTZ |
Class to perform a QTZ (linear least squares) factorization. More... | |
class | Eigen |
Class to compute Eigen values and Eigen vectors of a matrix. More... | |
class | FactorSVD |
Class to compute a singular value decomposition of a matrix. More... |