compare(const ComplexMatrix &a) const | ComplexMatrix | |
ComplexMatrix(int r, int c) | ComplexMatrix | |
ComplexMatrix(const ComplexMatrix &m) | ComplexMatrix | [inline] |
ComplexMatrix(const DoubleVector &v) | ComplexMatrix | |
ComplexMatrix(const ComplexVector &v) | ComplexMatrix | |
display(int i, int j) const | ComplexMatrix | [inline] |
displayMat(Complex **temp) const | ComplexMatrix | |
min(int &k, int &l) const | ComplexMatrix | |
operator *(const ComplexVector &) | ComplexMatrix | |
operator()(int i, int j) | ComplexMatrix | [inline] |
operator+(Complex f) | ComplexMatrix | |
operator-(Complex f) | ComplexMatrix | |
swapcols(int i, int j) | ComplexMatrix | |
swaprows(int i, int j) | ComplexMatrix | |
symmetrise() | ComplexMatrix |