This is the complete list of members for MatrixLibrary.Matrix, including all inherited members.
| Add(double[,] Mat1, double[,] Mat2) | MatrixLibrary.Matrix | static |
| Add(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| CrossProduct(double[] V1, double[] V2) | MatrixLibrary.Matrix | static |
| CrossProduct(double[,] V1, double[,] V2) | MatrixLibrary.Matrix | static |
| CrossProduct(Matrix V1, Matrix V2) | MatrixLibrary.Matrix | static |
| Det(double[,] Mat) | MatrixLibrary.Matrix | static |
| Det(Matrix Mat) | MatrixLibrary.Matrix | static |
| DotProduct(double[] V1, double[] V2) | MatrixLibrary.Matrix | static |
| DotProduct(double[,] V1, double[,] V2) | MatrixLibrary.Matrix | static |
| DotProduct(Matrix V1, Matrix V2) | MatrixLibrary.Matrix | static |
| Eigen(double[,] Mat, out double[,] d, out double[,] v) | MatrixLibrary.Matrix | static |
| Eigen(Matrix Mat, out Matrix d, out Matrix v) | MatrixLibrary.Matrix | static |
| Equals(Object obj) | MatrixLibrary.Matrix | |
| Identity(int n) | MatrixLibrary.Matrix | static |
| Inverse(double[,] Mat) | MatrixLibrary.Matrix | static |
| Inverse(Matrix Mat) | MatrixLibrary.Matrix | static |
| IsEqual(double[,] Mat1, double[,] Mat2) | MatrixLibrary.Matrix | static |
| IsEqual(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| LU(double[,]Mat, out double[,]L, out double[,] U, out double[,] P) | MatrixLibrary.Matrix | static |
| LU(Matrix Mat, out Matrix L, out Matrix U, out Matrix P) | MatrixLibrary.Matrix | static |
| Matrix(int noRows, int noCols) | MatrixLibrary.Matrix | |
| Matrix(double[,] Mat) | MatrixLibrary.Matrix | |
| Multiply(double[,] Mat1, double[,] Mat2) | MatrixLibrary.Matrix | static |
| Multiply(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| NoCols | MatrixLibrary.Matrix | |
| NoRows | MatrixLibrary.Matrix | |
| OneD_2_TwoD(double[] Mat) | MatrixLibrary.Matrix | static |
| operator!=(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| operator*(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| operator*(Matrix Mat, double Value) | MatrixLibrary.Matrix | static |
| operator*(double Value, Matrix Mat) | MatrixLibrary.Matrix | static |
| operator+(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| operator-(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| operator/(Matrix Mat, double Value) | MatrixLibrary.Matrix | static |
| operator==(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| PINV(double[,] Mat) | MatrixLibrary.Matrix | static |
| PINV(Matrix Mat) | MatrixLibrary.Matrix | static |
| PrintMat(double[,] Mat) | MatrixLibrary.Matrix | static |
| PrintMat(Matrix Mat) | MatrixLibrary.Matrix | static |
| Rank(double[,] Mat) | MatrixLibrary.Matrix | static |
| Rank(Matrix Mat) | MatrixLibrary.Matrix | static |
| ScalarDivide(double Value, double[,] Mat) | MatrixLibrary.Matrix | static |
| ScalarDivide(double Value, Matrix Mat) | MatrixLibrary.Matrix | static |
| ScalarMultiply(double Value, double[,] Mat) | MatrixLibrary.Matrix | static |
| ScalarMultiply(double Value, Matrix Mat) | MatrixLibrary.Matrix | static |
| SolveLinear(double[,]MatA, double[,] MatB) | MatrixLibrary.Matrix | static |
| SolveLinear(Matrix MatA, Matrix MatB) | MatrixLibrary.Matrix | static |
| Subtract(double[,] Mat1, double[,] Mat2) | MatrixLibrary.Matrix | static |
| Subtract(Matrix Mat1, Matrix Mat2) | MatrixLibrary.Matrix | static |
| SVD(double[,] Mat_, out double[,] S_, out double[,] U_, out double[,] V_) | MatrixLibrary.Matrix | static |
| SVD(Matrix Mat, out Matrix S, out Matrix U, out Matrix V) | MatrixLibrary.Matrix | static |
| this[int Row, int Col] | MatrixLibrary.Matrix | |
| toArray | MatrixLibrary.Matrix | |
| ToString() | MatrixLibrary.Matrix | |
| Transpose(double[,] Mat) | MatrixLibrary.Matrix | static |
| Transpose(Matrix Mat) | MatrixLibrary.Matrix | static |
| TwoD_2_OneD(double[,] Mat) | MatrixLibrary.Matrix | static |
| VectorMagnitude(double[] V) | MatrixLibrary.Matrix | static |
| VectorMagnitude(double[,] V) | MatrixLibrary.Matrix | static |
| VectorMagnitude(Matrix V) | MatrixLibrary.Matrix | static |
1.8.4