SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
eab Namespace Reference

Variables

string dir = r"E:\git\SCIRunGUIPrototype\src\Samples\matrices"
 
tuple file = os.path.join(dir, "identity.txt")
 
int n = 5
 
tuple read = addModule("ReadMatrix")
 
tuple eval = addModule("EvaluateLinearAlgebraUnary")
 
tuple write = addModule("WriteMatrix")
 

Variable Documentation

string dir = r"E:\git\SCIRunGUIPrototype\src\Samples\matrices"
tuple eval = addModule("EvaluateLinearAlgebraUnary")
tuple file = os.path.join(dir, "identity.txt")
int n = 5
tuple read = addModule("ReadMatrix")
tuple write = addModule("WriteMatrix")