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

IG::Num::ComplexMatrixBase Member List

This is the complete list of members for IG::Num::ComplexMatrixBase, including all inherited members.
Add(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Add(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
AddPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayDivide(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayDivide(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayDividePlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMap(IComplexMatrix a, Converter< complex, complex > mapping, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMap(IMatrix a, Converter< double, double > mapping, ref IMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMapPlain(IComplexMatrix a, Converter< complex, complex > mapping, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMultiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMultiply(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
ArrayMultiplyPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
CheckTestResult(IComplexMatrix result, IComplexMatrix referenceResult, double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, protected, static]
ColumnCountIG::Num::ComplexMatrixBase
Compare(IComplexMatrix m1, IComplexMatrix m2)IG::Num::ComplexMatrixBase [inline, static]
Copy(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Copy(IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
CopyPlain(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Divide(IComplexMatrix a, double b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Divide(IComplexMatrix a, double b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
DividePlain(IComplexMatrix a, double b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
GetCopy()IG::Num::ComplexMatrixBase [inline, virtual]
GetCopyBase()IG::Num::ComplexMatrixBase [pure virtual]
GetNew(int rowCount, int columnCount)IG::Num::ComplexMatrixBase [inline, virtual]
GetNew()IG::Num::ComplexMatrixBase [inline, virtual]
GetNewBase(int rowCount, int ColumnCount)IG::Num::ComplexMatrixBase [pure virtual]
GetNewBase()IG::Num::ComplexMatrixBase [pure virtual]
GetNewComplexVector(int length)IG::Num::ComplexMatrixBase [inline, virtual]
GetNewComplexVectorBase(int length)IG::Num::ComplexMatrixBase [pure virtual]
IsSquare(IComplexMatrix mat)IG::Num::ComplexMatrixBase [inline, static]
IsSymmetric(IComplexMatrix mat)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexVector b, IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, IComplexVector b, ref IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, double b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Multiply(IComplexMatrix a, double b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonal(IComplexVector diag, IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonal(IComplexVector diag, IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonal(IComplexMatrix a, IComplexVector diag, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonal(IComplexMatrix a, IComplexVector diag, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonalPlain(IComplexVector diag, IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyDiagonalPlain(IComplexMatrix a, IComplexVector diag, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonal(IComplexVector diag, IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonal(IComplexVector diag, IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonal(IComplexMatrix a, IComplexVector diag, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonal(IComplexMatrix a, IComplexVector diag, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonalPlain(IComplexVector diag, IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyInverseDiagonalPlain(IComplexMatrix a, IComplexVector diag, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatMatTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatMatTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatMatTranspPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTransp(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTranspMat(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTranspMat(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTranspMatPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyMatTranspPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyPlain(IComplexMatrix a, IComplexVector b, IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyPlain(IComplexMatrix a, double b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMat(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMat(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatMat(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatMat(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatMatPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspMatTranspPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTransp(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTranspPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTranspTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTranspTransp(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspTranspTranspPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspVec(IComplexMatrix a, IComplexVector b, IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspVec(IComplexMatrix a, IComplexVector b, ref IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
MultiplyTranspVecPlain(IComplexMatrix a, IComplexVector b, IComplexVector result)IG::Num::ComplexMatrixBase [inline, static]
Negate()IG::Num::ComplexMatrixBase [inline, virtual]
Negate(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Negate(IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
NegatePlain(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
NormIG::Num::ComplexMatrixBase
NormEuclideanIG::Num::ComplexMatrixBase
NormForbeniusIG::Num::ComplexMatrixBase
operator*(ComplexMatrixBase a, ComplexMatrixBase b)IG::Num::ComplexMatrixBase [inline, static]
operator*(ComplexMatrixBase a, ComplexVectorBase b)IG::Num::ComplexMatrixBase [inline, static]
operator*(ComplexMatrixBase a, double b)IG::Num::ComplexMatrixBase [inline, static]
operator*(double a, ComplexMatrixBase b)IG::Num::ComplexMatrixBase [inline, static]
operator+(ComplexMatrixBase m)IG::Num::ComplexMatrixBase [inline, static]
operator+(ComplexMatrixBase a, ComplexMatrixBase b)IG::Num::ComplexMatrixBase [inline, static]
operator-(ComplexMatrixBase m)IG::Num::ComplexMatrixBase [inline, static]
operator-(ComplexMatrixBase a, ComplexMatrixBase b)IG::Num::ComplexMatrixBase [inline, static]
operator/(ComplexMatrixBase a, double b)IG::Num::ComplexMatrixBase [inline, static]
Resize(ref IComplexMatrix mat, IComplexMatrix template, int rowCount, int columnCount)IG::Num::ComplexMatrixBase [inline, static]
Resize(ref IComplexMatrix mat, int rowCount, int columnCount)IG::Num::ComplexMatrixBase [inline, static]
Resize(ref IComplexMatrix mat, IComplexMatrix template)IG::Num::ComplexMatrixBase [inline, static]
RowCountIG::Num::ComplexMatrixBase
SetConstant(complex elementValue)IG::Num::ComplexMatrixBase [inline, virtual]
SetDiagonal(IComplexVector diagonal)IG::Num::ComplexMatrixBase [inline, virtual]
SetDiagonal(IVector diagonal)IG::Num::ComplexMatrixBase [inline, virtual]
SetIdentity()IG::Num::ComplexMatrixBase [inline, virtual]
SetRandom()IG::Num::ComplexMatrixBase [inline, virtual]
SetRandom(IRandomGenerator rnd)IG::Num::ComplexMatrixBase [inline, virtual]
SetZero()IG::Num::ComplexMatrixBase [inline, virtual]
Subtract(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Subtract(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
SubtractPlain(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Symmetrize(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Symmetrize(IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
SymmetrizePlain(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
TIG::Num::ComplexMatrixBase
TestMultiply3(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyMatMatTransp(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyMatTransp(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyMatTranspMat(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyTranspMat(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyTranspMatMat(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyTranspMatTransp(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyTranspTransp(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
TestMultiplyTranspTranspTransp(double tolerance, bool printReports)IG::Num::ComplexMatrixBase [inline, private, static]
thisIG::Num::ComplexMatrixBase
ToArray()IG::Num::ComplexMatrixBase [inline, virtual]
ToJaggedArray()IG::Num::ComplexMatrixBase [inline, virtual]
ToString(IComplexMatrix mat)IG::Num::ComplexMatrixBase [inline, static]
ToString()IG::Num::ComplexMatrixBase [inline]
ToStringMath(IComplexMatrix mat)IG::Num::ComplexMatrixBase [inline, static]
ToStringMath()IG::Num::ComplexMatrixBase [inline]
ToStringNewlines(IComplexMatrix mat)IG::Num::ComplexMatrixBase [inline, static]
ToStringNewlines()IG::Num::ComplexMatrixBase [inline]
TraceIG::Num::ComplexMatrixBase
Transpose()IG::Num::ComplexMatrixBase [inline, virtual]
Transpose(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
Transpose(IComplexMatrix a, ref IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
TransposePlain(IComplexMatrix a, IComplexMatrix result)IG::Num::ComplexMatrixBase [inline, static]
 All Classes Namespaces Files Functions Variables Enumerations Properties