NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Extension methods for IMatrix interface. More...
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. |
Extension methods for IMatrix interface.
$A Igor xx; Tako78 Mar20;
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.
mat | Matrix 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.
mat | Matrix 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.
mat | Matrix whose string representation is returned. |
$A Igor xx; Tako78 Mar20;