#include <stdio.h>
#include <math.h>
#include <memory.h>
#include <assert.h>
#include <algorithm>
#include <vcg/space/point.h>
#include "deprecated_point.h"
#include <vcg/math/lin_algebra.h>
Go to the source code of this file.
Classes | |
class | vcg::ndim::Matrix< TYPE > |
class | vcg::ndim::MatrixDiag< N, S > |
class | vcg::ndim::MatrixDiagBase |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::ndim |
Typedefs | |
typedef vcg::ndim::Matrix< double > | vcg::ndim::MatrixMNd |
typedef vcg::ndim::Matrix< float > | vcg::ndim::MatrixMNf |
Functions | |
template<class MatrixType > | |
void | vcg::ndim::Invert (MatrixType &m) |