col(int i) const | MSLMatrix | |
det() const | MSLMatrix | |
dim1() const | MSLMatrix | [inline] |
dim2() const | MSLMatrix | [inline] |
inv() const | MSLMatrix | |
MSLMatrix(int n=0, int m=0) | MSLMatrix | |
MSLMatrix(int n, int m, double *D) | MSLMatrix | |
MSLMatrix(const MSLMatrix &) | MSLMatrix | |
MSLMatrix(const MSLVector &) | MSLMatrix | |
operator *(const MSLMatrix &M1) const | MSLMatrix | |
operator *(const MSLVector &vec) const | MSLMatrix | [inline] |
operator *(double x) const | MSLMatrix | |
operator MSLVector() const | MSLMatrix | |
operator!=(const MSLMatrix &x) const | MSLMatrix | [inline] |
operator()(int i, int j) | MSLMatrix | |
operator()(int, int) const | MSLMatrix | |
operator+(const MSLMatrix &M1) const | MSLMatrix | |
operator+=(const MSLMatrix &) | MSLMatrix | |
operator-(const MSLMatrix &M1) const | MSLMatrix | |
operator-() const | MSLMatrix | |
operator-=(const MSLMatrix &) | MSLMatrix | |
operator<<(ostream &O, const MSLMatrix &M) | MSLMatrix | [friend] |
operator=(const MSLMatrix &) | MSLMatrix | |
operator==(const MSLMatrix &) const | MSLMatrix | |
operator>>(istream &I, MSLMatrix &M) | MSLMatrix | [friend] |
operator[](int i) const | MSLMatrix | [inline] |
read(istream &I) | MSLMatrix | |
read() | MSLMatrix | [inline] |
row(int i) const | MSLMatrix | |
solve(const MSLMatrix &) const | MSLMatrix | |
solve(const MSLVector &b) const | MSLMatrix | [inline] |
trans() const | MSLMatrix | |
~MSLMatrix() | MSLMatrix |