Skip to content

Files

Latest commit

author
Dutzler
Apr 6, 2018
42ce098 · Apr 6, 2018

History

History
22 lines (15 loc) · 762 Bytes

unimodular.md

File metadata and controls

22 lines (15 loc) · 762 Bytes

Unimodular Part of Tensor

Description: Unimodular Part of a rank 2 Tensor.

Property Value
Result Tensor-valued function
Data Types Tensor2, Tensor2s

Example

type(Tensor2)  :: C, hatC
! type(Tensor2s) :: C, hatC

hatC = unimodular(C)

print *, "proof:"
print *, (hatC - (det(C)**(-1./3.)*C))