IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CommandlineApplicationInterpreter.cs File Reference

Classes

class  IG.Lib.CommandLineApplicationInterpreter
 Simple command-line application interpreters, holds a set of commands that can be executed by name. Each of these command can take an arbitrary number of string arguments. Interpreter has its internal variables, which are strings. Each variable has a name and a value. If any arguments (and even command) start with the '$' character then then it is treated as reference to a variable and is substituted with the value of that variable (whose name follows the '$' character) before it is used. More...
 
class  IG.Lib.CommandLineApplicationInterpreter.InterpreterPipeClient
 Client to the interpreter pipe server (classes derived from InterpreterPipeServer). More...
 
class  IG.Lib.CommandLineApplicationInterpreter.InterpreterPipeServer
 Command-line interpreter's server that creates a named pipe, listens on its input stream for client requests, executes requests in the corresponding interpreter, and sends responses back to the client. More...
 

Namespaces

package  IG.Lib
 

Typedefs

using MatrixMathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.DenseMatrix
 
using QRDecompositionMathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.Factorization.DenseQR
 
using LUDecompositionMathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.Factorization.DenseLU
 
using AsyncResult = System.Runtime.Remoting.Messaging.AsyncResult
 

Typedef Documentation

using QRDecompositionMathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.Factorization.DenseQR
using LUDecompositionMathNetNumerics = MathNet.Numerics.LinearAlgebra.Double.Factorization.DenseLU
using AsyncResult = System.Runtime.Remoting.Messaging.AsyncResult