PeriDyno 1.0.0
Loading...
Searching...
No Matches
Utility3D.h
Go to the documentation of this file.
1
16#pragma once
17#include "Array/Array.h"
18#include "Array/ArrayMap.h"
19
20
21namespace dyno
22{
23 template<typename VarType>
25
26 template<typename VarType>
28
29}
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25
Array< T, DeviceType::GPU > DArray
Definition Array.inl:89
ArrayMap< T, DeviceType::GPU > DArrayMap
Definition ArrayMap.inl:82
void multiply_transposedSM_by_vector(DArrayMap< VarType > &matrix_a, DArray< VarType > &a, DArray< VarType > &Aa)
void multiply_SM_by_vector(DArrayMap< VarType > &matrix_a, DArray< VarType > &a, DArray< VarType > &Aa)