PeriDyno 1.0.0
Loading...
Searching...
No Matches
MatrixFunc.h File Reference
#include "Platform.h"
#include "Matrix.h"
#include "MatrixFunc.inl"
Include dependency graph for MatrixFunc.h:

Go to the source code of this file.

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Functions

template<typename Real, int Dim>
DYN_FUNC void dyno::polarDecomposition (const SquareMatrix< Real, Dim > &A, SquareMatrix< Real, Dim > &R, SquareMatrix< Real, Dim > &U, SquareMatrix< Real, Dim > &D)
 
template<typename Real, int Dim>
DYN_FUNC void dyno::polarDecomposition (const SquareMatrix< Real, Dim > &M, SquareMatrix< Real, Dim > &R, Real tolerance)