TensorNode constructor
TensorNode(
- LatexNode base,
- List<
(bool, LatexNode)> indices, { - SourceRange? sourceRange,
Implementation
TensorNode(this.base, this.indices, {this.sourceRange});