NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
_base | IG::Num::ComplexMatrix | [private] |
_columnCount | IG::Num::ComplexMatrix | [private] |
_components | IG::Num::ComplexMatrix | [private] |
_rowCount | IG::Num::ComplexMatrix | [private] |
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] |
Base | IG::Num::ComplexMatrix | [protected] |
CheckTestResult(IComplexMatrix result, IComplexMatrix referenceResult, double tolerance, bool printReports) | IG::Num::ComplexMatrixBase | [inline, protected, static] |
ColumnCount | IG::Num::ComplexMatrix | |
ColumnCountSetter | IG::Num::ComplexMatrix | [protected] |
Compare(IComplexMatrix m1, IComplexMatrix m2) | IG::Num::ComplexMatrixBase | [inline, static] |
ComplexMatrix() | IG::Num::ComplexMatrix | [inline, protected] |
ComplexMatrix(int rowCount, int columnCount) | IG::Num::ComplexMatrix | [inline] |
ComplexMatrix(IComplexMatrix A) | IG::Num::ComplexMatrix | [inline] |
ComplexMatrix(MathNet.Numerics.LinearAlgebra.ComplexMatrix A) | IG::Num::ComplexMatrix | [inline] |
ComplexMatrix(int d1, int d2, double val) | IG::Num::ComplexMatrix | [inline] |
ComplexMatrix(int d, double val) | IG::Num::ComplexMatrix | [inline] |
ComplexMatrix(MathNet.Numerics.Complex[][] A) | IG::Num::ComplexMatrix | [inline] |
Copy(ComplexMatrix a, ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
Copy(ComplexMatrix a, ref ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
IG::Num::ComplexMatrixBase::Copy(IComplexMatrix a, IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Copy(IComplexMatrix a, ref IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
CopyPlain(IComplexMatrix a, IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
Create(MathNet.Numerics.Complex[][] A) | IG::Num::ComplexMatrix | [inline, static] |
Create(MathNet.Numerics.Complex[,] A) | IG::Num::ComplexMatrix | [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::ComplexMatrix | [inline, virtual] |
GetCopyThis() | IG::Num::ComplexMatrix | [inline] |
GetNew(int rowCount, int columnCount) | IG::Num::ComplexMatrixBase | [inline, virtual] |
GetNew() | IG::Num::ComplexMatrixBase | [inline, virtual] |
GetNewBase(int rowCount, int columnCount) | IG::Num::ComplexMatrix | [inline, virtual] |
GetNewBase() | IG::Num::ComplexMatrix | [inline, virtual] |
GetNewComplexVector(int length) | IG::Num::ComplexMatrixBase | [inline, virtual] |
GetNewComplexVectorBase(int length) | IG::Num::ComplexMatrix | [inline, virtual] |
GetNewComplexVectorThis(int length) | IG::Num::ComplexMatrix | [inline] |
GetNewThis(int rowCount, int columnCount) | IG::Num::ComplexMatrix | [inline, virtual] |
GetNewThis() | IG::Num::ComplexMatrix | [inline] |
IsSquare(IComplexMatrix mat) | IG::Num::ComplexMatrixBase | [inline, static] |
IsSymmetric(IComplexMatrix mat) | IG::Num::ComplexMatrixBase | [inline, static] |
KroneckerMultiply(ComplexMatrix m1, ComplexMatrix m2, ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
KroneckerProduct(ComplexMatrix m1, ComplexMatrix m2, ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
Multiply(ComplexMatrix m1, double s2, ref ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexMatrix b, ref IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexMatrix b, IComplexMatrix c, ref IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexVector b, IComplexVector result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, IComplexVector b, ref IComplexVector result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::Multiply(IComplexMatrix a, double b, IComplexMatrix result) | IG::Num::ComplexMatrixBase | [inline, static] |
IG::Num::ComplexMatrixBase::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] |
Norm | IG::Num::ComplexMatrixBase | |
NormEuclidean | IG::Num::ComplexMatrixBase | |
NormForbenius | IG::Num::ComplexMatrixBase | |
Ones(int d1, int d2) | IG::Num::ComplexMatrix | [inline, static] |
Ones(int d) | IG::Num::ComplexMatrix | [inline, static] |
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] |
RowCount | IG::Num::ComplexMatrix | |
RowCountSetter | IG::Num::ComplexMatrix | [protected] |
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] |
T | IG::Num::ComplexMatrix | |
TensorMultiply(ComplexMatrix m1, ComplexMatrix m2, ComplexMatrix result) | IG::Num::ComplexMatrix | [inline, static] |
this | IG::Num::ComplexMatrix | |
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] |
Trace | IG::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] |
Zeros(int d1, int d2) | IG::Num::ComplexMatrix | [inline, static] |
Zeros(int d) | IG::Num::ComplexMatrix | [inline, static] |