Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 397 Bytes

File metadata and controls

26 lines (12 loc) · 397 Bytes

Naming convention

nBlah - integer or 'number of' Blah

fBlah - float

sBlah - string

vBlah - vector

mBlah - matrix

idxBlah - indices

npBlah - numpy item

Our default is to represent most variables as tensors.

Common variables

tY - time points in Y (these correspond to the state layers)

tTheta - time points in theta (these correspond to the control layers)