docs: field to comm ring
This commit is contained in:
parent
718583ff49
commit
297557bbb8
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ open MonoidalCategory
|
|||
/-- The sturcture of a type of tensors e.g. Lorentz tensors, Einstien tensors,
|
||||
complex Lorentz tensors. -/
|
||||
structure TensorSpecies where
|
||||
/-- The field over which we want to consider the tensors to live in, usually `ℝ` or `ℂ`. -/
|
||||
/-- The commutative ring over which we want to consider the tensors to live in,
|
||||
usually `ℝ` or `ℂ`. -/
|
||||
k : Type
|
||||
/-- An instance of `k` as a commutative ring. -/
|
||||
k_commRing : CommRing k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue