PeriDyno 1.0.0
Loading...
Searching...
No Matches
MatrixFunc.h
Go to the documentation of this file.
1#pragma once
2#include "Platform.h"
3#include "Matrix.h"
4
5namespace dyno
6{
7#ifdef CUDA_BACKEND
8 template<typename Real, int Dim>
10#endif // CUDA_BACKEND
11
12 template<typename Real, int Dim>
14
15 template<typename Real, int Dim>
17}
18
19#include "MatrixFunc.inl"
double Real
Definition Typedef.inl:23
#define V(a, b, c)
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
DYN_FUNC void polarDecomposition(const SquareMatrix< Real, Dim > &A, SquareMatrix< Real, Dim > &R, SquareMatrix< Real, Dim > &U, SquareMatrix< Real, Dim > &D)
#define M(X, Y)
Definition vgMath.h:291