Loading...
SaveCsv
IG::Lib::StringTable::SaveCsv(string filePath, string separator, bool append)
IG::Lib::StringTable::SaveCsv(string filePath, string separator)
IG::Lib::StringTable::SaveCsv(string filePath, bool append)
IG::Lib::StringTable::SaveCsv(string filePath)
IG::Lib::UtilCsv::SaveCsv(string filePath, string[][] values, string separator, bool append)
IG::Lib::UtilCsv::SaveCsv(string filePath, string[][] values, string separator)
IG::Lib::UtilCsv::SaveCsv(string filePath, string[][] values, bool append)
IG::Lib::UtilCsv::SaveCsv(string filePath, string[][] values)
IG::Num::VectorBase::SaveCsv(IVector vec, string filePath)
IG::Num::VectorBase::SaveCsv(IVector vec, string filePath, string separator)
IG::Num::VectorBase::SaveCsv(IVector vec, string filePath, bool append)
IG::Num::VectorBase::SaveCsv(IVector vec, string filePath, string separator, bool append)
IG::Neural::NeuralTrainingParameters::SaveCSV()
SaveJson
IG::Num::SampledDataSet::SaveJson()
IG::Num::InputOutputDataDefiniton::SaveJson()
IG::Num::MatrixBase::SaveJson(IMatrix mat, string filePath)
IG::Num::MatrixBase::SaveJson(IMatrix mat, string filePath, bool append)
IG::Num::VectorBase::SaveJson(IVector vec, string filePath)
IG::Num::VectorBase::SaveJson(IVector vec, string filePath, bool append)
IG::Num::AnalysisResults::SaveJson(AnalysisResults anResulsts, string filePath)
IG::Num::AnalysisResults::SaveJson(AnalysisResults anResults, string filePath, bool append)
IG::Neural::NeuralApproximatorBase::SaveJson(INeuralApproximator approximator, string filePath)
IG::Neural::NeuralApproximatorBase::SaveJson(INeuralApproximator approximator, string filePath, bool saveInternalState)
IG::Neural::NeuralTrainingParameters::SaveJson(NeuralTrainingParameters trainingParameters, string filePath)
IG::Neural::NeuralTrainingParameters::SaveJson(NeuralTrainingParameters trainingParameters, string filePath, bool append)
IG::Neural::NeuralTrainingParameters::SaveJson(NeuralTrainingParameters[] trainingParameters, string filePath)
IG::Neural::NeuralTrainingParameters::SaveJson(NeuralTrainingParameters[] trainingParameters, string filePath, bool append)
IG::Neural::NeuralTrainingParameters::SaveJson(List< NeuralTrainingParameters > trainingParameters, string filePath)
IG::Neural::NeuralTrainingParameters::SaveJson(List< NeuralTrainingParameters > trainingParameters, string filePath, bool append)
IG::Neural::NeuralTrainingLimits::SaveJson(NeuralTrainingLimits trainingLimits, string filePath)
IG::Neural::NeuralTrainingLimits::SaveJson(NeuralTrainingLimits trainingLimits, string filePath, bool append)
IG::Neural::NeuralTrainingTable::SaveJson(NeuralTrainingTable trainingResults, string filePath)
IG::Neural::NeuralTrainingTable::SaveJson(NeuralTrainingTable trainingResults, string filePath, bool append)
IG::Neural::MappingDefinition::SaveJson()
Scale
IG::Lib::color::Scale(color col1, color col2, double minValue, double maxValue, double value)
IG::Lib::color::Scale(color col1, color col2, double value)
IG::Lib::color::Scale(color[] colors, double minValue, double maxValue, double value)
IG::Lib::color::Scale(color[] colors, double value)
IG::Num::VectorBase::Scale(IVector a, double scal, IVector result)
IG::Num::VectorBase::Scale(IVector a, double scal, ref IVector result)
Seek
IG::Forms::ReporterConf::ConsoleWritingStream
SetHessian
IG::Num::ScalarFunctionResults::SetHessian(IMatrix value)
IG::Num::ScalarFunctionResults::SetHessian(int rowIndex, int columnIndex, double value)
IG::Num::IScalarFunctionResults::SetHessian(IMatrix value)
IG::Num::IScalarFunctionResults::SetHessian(int rowIndex, int columnIndex, double value)
IG::Num::IVectorFunctionResults::SetHessian(int which, IMatrix value)
IG::Num::IVectorFunctionResults::SetHessian(int which, int rowIndex, int columnIndex, double value)
IG::Num::VectorFunctionResults::SetHessian(int which, IMatrix value)
IG::Num::VectorFunctionResults::SetHessian(int which, int rowIndex, int columnIndex, double value)
SetInnerText
IG::Lib::XmlBuilder
SetInterpolation
IG::Num::Func::Linear::SetInterpolation(double x1, double y1, double x2, double y2)
IG::Num::Func::Linear::SetInterpolation(double x1, double y1, double d1)
IG::Num::Func::Quadratic::SetInterpolation(double x1, double y1, double x2, double y2, double x3, double y3)
IG::Num::Func::Quadratic::SetInterpolation(double x1, double y1, double d1, double x2, double y2)
IG::Num::Func::Cubic::SetInterpolation(double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4)
IG::Num::Func::Cubic::SetInterpolation(double x1, double y1, double d1, double x2, double y2, double d2)
SetName
IG::Num::ScalarFunctionTransformed
SetPenaltyFunction
IG::Num::PenaltyEvaluator::SetPenaltyFunction(int which, IRealFunctionPenalty function)
IG::Num::PenaltyEvaluator::SetPenaltyFunction(int which, double barrierLength, double barrierHeight)
IG::Num::PenaltyEvaluator::SetPenaltyFunction(int which, double barrierLength, double barrierHeight, double zeroEnd)
IG::Num::IPenaltyEvaluator::SetPenaltyFunction(int which, IRealFunctionPenalty function)
IG::Num::IPenaltyEvaluator::SetPenaltyFunction(int which, double barrierLength, double barrierHeight)
IG::Num::IPenaltyEvaluator::SetPenaltyFunction(int which, double barrierLength, double barrierHeight, double zeroEnd)
SetRandom
IG::Lib::IndexList::SetRandom(int length, int upperBound, ref IndexList indices)
IG::Lib::IndexList::SetRandom(int length, int lowerBound, int upperBound, ref IndexList indices)
IG::Lib::IndexList::SetRandom(IRandomGenerator rand, int length, int upperBound, ref IndexList indices)
IG::Lib::IndexList::SetRandom(IRandomGenerator rand, int length, int lowerBound, int upperBound, ref IndexList indices)
IG::Num::IMatrix::SetRandom()
IG::Num::IMatrix::SetRandom(IRandomGenerator rnd)
IG::Num::MatrixBase::SetRandom()
IG::Num::MatrixBase::SetRandom(IRandomGenerator rnd)
IG::Num::MatrixBase::SetRandom(IMatrix mat)
IG::Num::MatrixBase::SetRandom(IMatrix mat, IRandomGenerator rnd)
IG::Num::IVector::SetRandom()
IG::Num::IVector::SetRandom(IRandomGenerator rnd)
IG::Num::VectorBase::SetRandom()
IG::Num::VectorBase::SetRandom(IRandomGenerator rnd)
IG::Num::VectorBase::SetRandom(IVector vec)
IG::Num::VectorBase::SetRandom(IVector vec, IRandomGenerator rnd)
SetTextLogger
IG::Lib::IReporterTextLogger::SetTextLogger(TextWriter writer)
IG::Lib::IReporterTextLogger::SetTextLogger(TextWriter writer, bool writeintro)
IG::Lib::IReporterTextLogger::SetTextLogger(TextWriter writer, bool writeintro, bool disposewriter)
IG::Lib::IReporterTextLogger::SetTextLogger(Stream stream)
IG::Lib::IReporterTextLogger::SetTextLogger(Stream stream, bool writeintro)
IG::Lib::IReporterTextLogger::SetTextLogger(Stream stream, bool writeintro, bool disposewriter)
IG::Lib::IReporterTextLogger::SetTextLogger(string filename)
IG::Lib::IReporterTextLogger::SetTextLogger(string filename, bool append)
IG::Lib::IReporterTextLogger::SetTextLogger(string filename, bool append, bool writeintro)
IG::Lib::IReporterTextLogger::SetTextLogger(string filename, bool append, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextLogger(TextWriter writer)
IG::Lib::ReporterBase::SetTextLogger(TextWriter writer, bool writeintro)
IG::Lib::ReporterBase::SetTextLogger(TextWriter writer, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextLogger(Stream stream)
IG::Lib::ReporterBase::SetTextLogger(Stream stream, bool writeintro)
IG::Lib::ReporterBase::SetTextLogger(Stream stream, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextLogger(string filename)
IG::Lib::ReporterBase::SetTextLogger(string filename, bool append)
IG::Lib::ReporterBase::SetTextLogger(string filename, bool append, bool writeintro)
IG::Lib::ReporterBase::SetTextLogger(string filename, bool append, bool writeintro, bool disposewriter)
SetTextWriter
IG::Lib::IReporterTextWriter::SetTextWriter(TextWriter writer)
IG::Lib::IReporterTextWriter::SetTextWriter(TextWriter writer, bool writeintro)
IG::Lib::IReporterTextWriter::SetTextWriter(TextWriter writer, bool writeintro, bool disposewriter)
IG::Lib::IReporterTextWriter::SetTextWriter(Stream stream)
IG::Lib::IReporterTextWriter::SetTextWriter(Stream stream, bool writeintro)
IG::Lib::IReporterTextWriter::SetTextWriter(Stream stream, bool writeintro, bool disposewriter)
IG::Lib::IReporterTextWriter::SetTextWriter(string filename)
IG::Lib::IReporterTextWriter::SetTextWriter(string filename, bool append)
IG::Lib::IReporterTextWriter::SetTextWriter(string filename, bool append, bool writeintro)
IG::Lib::IReporterTextWriter::SetTextWriter(string filename, bool append, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextWriter(TextWriter writer)
IG::Lib::ReporterBase::SetTextWriter(TextWriter writer, bool writeintro)
IG::Lib::ReporterBase::SetTextWriter(TextWriter writer, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextWriter(Stream stream)
IG::Lib::ReporterBase::SetTextWriter(Stream stream, bool writeintro)
IG::Lib::ReporterBase::SetTextWriter(Stream stream, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTextWriter(string filename)
IG::Lib::ReporterBase::SetTextWriter(string filename, bool append)
IG::Lib::ReporterBase::SetTextWriter(string filename, bool append, bool writeintro)
IG::Lib::ReporterBase::SetTextWriter(string filename, bool append, bool writeintro, bool disposewriter)
SetTW
IG::Lib::ReporterBase::SetTW(ref TextWriter tw, ref bool disptw, TextWriter writer, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTW(ref TextWriter tw, ref bool disptw, Stream stream, bool writeintro, bool disposewriter)
IG::Lib::ReporterBase::SetTW(ref TextWriter tw, ref bool disptw, string filename, bool append, bool writeintro, bool disposewriter)
SetValue
IG::Lib::Xml::SetValue(XmlNode basenode, string xpath, string value, bool createnodes, string ContainerAttribute, string ContainerValue, string NodeAttribute, string NodeValue)
IG::Lib::Xml::SetValue(XmlNode basenode, string xpath, string value, bool createnodes)
IG::Lib::Xml::SetValue(XmlNode basenode, string xpath, string value)
IG::Lib::XmlBuilder::SetValue()
IG::Num::ScalarFunctionResults::SetValue()
IG::Num::IScalarFunctionResults::SetValue()
IG::Num::IVectorFunctionResults::SetValue()
IG::Num::VectorFunctionResults::SetValue()
IG::Num::Field-g::SetValue()
ShowThread
IG::Forms::ConsoleForm::ShowThread()
IG::Forms::ConsoleForm::ShowThread(string text)
IG::Forms::ConsoleForm::ShowThread(string msgtext, int showtime)
IG::Forms::ConsoleForm::ShowThread(string msgtext, int showtime, double fadeportion)
IG::Forms::ConsoleForm::ShowThread(string title, string text)
IG::Forms::ConsoleForm::ShowThread(string title, string msgtext, int showtime)
IG::Forms::ConsoleForm::ShowThread(string title, string msgtext, int showtime, double fadeportion)
IG::Forms::FadeMessage::ShowThread()
IG::Forms::FadeMessage::ShowThread(string text)
IG::Forms::FadeMessage::ShowThread(string msgtext, int showtime)
IG::Forms::FadeMessage::ShowThread(string msgtext, int showtime, double fadeportion)
IG::Forms::FadeMessage::ShowThread(string title, string text)
IG::Forms::FadeMessage::ShowThread(string title, string msgtext, int showtime)
IG::Forms::FadeMessage::ShowThread(string title, string msgtext, int showtime, double fadeportion)
IG::Forms::ConsoleForm::ShowThread()
IG::Forms::ConsoleForm::ShowThread(string title)
IG::Forms::ReporterConf::ShowThread()
IG::Forms::ReporterConf::ShowThread(string title)
IG::Forms::FadingMessage::ShowThread()
IG::Forms::FadingMessage::ShowThread(string text)
IG::Forms::FadingMessage::ShowThread(string msgtext, int showtime)
IG::Forms::FadingMessage::ShowThread(string msgtext, int showtime, double fadeportion)
IG::Forms::FadingMessage::ShowThread(string title, string text)
IG::Forms::FadingMessage::ShowThread(string title, string msgtext, int showtime)
IG::Forms::FadingMessage::ShowThread(string title, string msgtext, int showtime, double fadeportion)
someMethod
IG::Lib::StringParser::LocalizationExample
StartJob
IG::Num::ParallelJobServerBase-g
StructuredMesh2d3d
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d()
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d(int dim1, int dim2)
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d(int dim1, int dim2, string fieldName)
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d(int dim1, int dim2, string fieldName, string fieldDescription)
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d(int dimx, int dimy, string fieldName, string fieldDescription, double minx, double maxx, double miny, double maxy)
IG::Num::StructuredMesh2d3d::StructuredMesh2d3d(int dimx, int dimy, string fieldName, string fieldDescription, double minxRef, double maxxRef, double minyRef, double maxyRef, IFunc2d fx, IFunc2d fy, IFunc2d fz)
StructuredMesh3d
IG::Num::StructuredMesh3d::StructuredMesh3d()
IG::Num::StructuredMesh3d::StructuredMesh3d(int dim1, int dim2, int dim3)
IG::Num::StructuredMesh3d::StructuredMesh3d(int dim1, int dim2, int dim3, string fieldName)
IG::Num::StructuredMesh3d::StructuredMesh3d(int dim1, int dim2, int dim3, string fieldName, string fieldDescription)
IG::Num::StructuredMesh3d::StructuredMesh3d(int dimx, int dimy, int dimz, string fieldName, string fieldDescription, double minx, double maxx, double miny, double maxy, double minz, double maxz)
IG::Num::StructuredMesh3d::StructuredMesh3d(int dimx, int dimy, int dimz, string fieldName, string fieldDescription, double minxRef, double maxxRef, double minyRef, double maxyRef, double minzRef, double maxzRef, IFunc3d fx, IFunc3d fy, IFunc3d fz)
IG::Num::StructuredMesh3d-g::StructuredMesh3d()
IG::Num::StructuredMesh3d-g::StructuredMesh3d(int dim1, int dim2, int dim3)
IG::Num::StructuredMesh3d-g::StructuredMesh3d(int dim1, int dim2, int dim3, string fieldName)
IG::Num::StructuredMesh3d-g::StructuredMesh3d(int dim1, int dim2, int dim3, string fieldName, string fieldDescription)
SystemFunctionDomainName
IG::Script::ScriptAppBase
Searching...
No Matches