Packages

Core mathematical functions for VIVA - sentient digital life. PAD emotions, Cusp catastrophe, Free Energy Principle, attractor dynamics.

Current section

Files

Jump to
viva_math include viva_math@matrix_Mat3.hrl
Raw

include/viva_math@matrix_Mat3.hrl

-record(mat3, {
m11 :: float(),
m12 :: float(),
m13 :: float(),
m21 :: float(),
m22 :: float(),
m23 :: float(),
m31 :: float(),
m32 :: float(),
m33 :: float()
}).