| Package | Description |
|---|---|
| org.lsmp.djep.djep | |
| org.lsmp.djep.matrixJep | |
| org.lsmp.djep.matrixJep.function | |
| org.lsmp.djep.xjep |
| Modifier and Type | Class and Description |
|---|---|
class |
DPrintVisitor
An extension of PrintVisitor which will print the equations of a variable if required.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DVariable.toString(PrintVisitor bpv) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatrixVariable.print(PrintVisitor bpv) |
| Modifier and Type | Method and Description |
|---|---|
void |
MList.append(Node node,
PrintVisitor pv)
Used to print the TensorNode with all its children.
|
void |
MArrayAccess.append(Node node,
PrintVisitor pv) |
protected void |
MList.bufferAppend(MatrixNodeI node,
PrintVisitor pv,
int currank)
recursive procedure to print the tensor with lots of brackets.
|
| Modifier and Type | Field and Description |
|---|---|
protected PrintVisitor |
XJep.pv |
| Modifier and Type | Method and Description |
|---|---|
PrintVisitor |
XJep.getPrintVisitor()
Returns the PrintVisitor, used for printing equations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintVisitor.PrintRulesI.append(Node node,
PrintVisitor pv)
The method called to append data for the rule.
|
void |
XSymbolTable.print(PrintVisitor pv)
Prints the contents of the symbol table displaying its equations and value.
|
String |
XVariable.toString(PrintVisitor pv)
Returns a string rep of variable with its equation and value.
|
Copyright © 2018. All rights reserved.