NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.

IG::Num::ComplexMatrixExtensions Class Reference

Extension methods for IMatrix interface. More...

List of all members.

Static Public Member Functions

static string ToString (this IComplexMatrix mat)
 Returns string representation of the current matrix in the standard IGLib form. Rows and elements are printed in comma separated lists in curly brackets. Extension method for IMatrix interface.
static string ToStringNewlines (IComplexMatrix mat)
 Returns a string representation of the current matrix with newlines inserted after each row. Rows and elements are printed in comma separated lists in curly brackets. Extension nethod for IMatrix interface.
static string ToStringMath1 (IComplexMatrix mat)
 Returns string representation of the current matrix in the standard IGLib form (Mathematica-like format but with C representation of numbers). Rows and elements are printed in comma separated lists in curly brackets. Extension nethod for IMatrix interface.

Detailed Description

Extension methods for IMatrix interface.

$A Igor xx; Tako78 Mar20;


Member Function Documentation

static string IG::Num::ComplexMatrixExtensions::ToString ( this IComplexMatrix  mat) [inline, static]

Returns string representation of the current matrix in the standard IGLib form. Rows and elements are printed in comma separated lists in curly brackets. Extension method for IMatrix interface.

Parameters:
matMatrix whose string representation is returned.

$A Igor xx; Tako78 Mar20;

static string IG::Num::ComplexMatrixExtensions::ToStringNewlines ( IComplexMatrix  mat) [inline, static]

Returns a string representation of the current matrix with newlines inserted after each row. Rows and elements are printed in comma separated lists in curly brackets. Extension nethod for IMatrix interface.

Parameters:
matMatrix whose string representation is returned.

$A Igor xx; Tako78 Mar20;

static string IG::Num::ComplexMatrixExtensions::ToStringMath1 ( IComplexMatrix  mat) [inline, static]

Returns string representation of the current matrix in the standard IGLib form (Mathematica-like format but with C representation of numbers). Rows and elements are printed in comma separated lists in curly brackets. Extension nethod for IMatrix interface.

Parameters:
matMatrix whose string representation is returned.

$A Igor xx; Tako78 Mar20;


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties