Matriz
Biblioteca que permite crear matrices Algebraicas y realizar operaciones con estas
|
This is the complete list of members for Matriz, including all inherited members.
Capturar() | Matriz | |
Cofactores() const | Matriz | |
componente | Matriz | private |
Determinante() const | Matriz | |
EstablecerDim(int m, int n) | Matriz | private |
Imprimir() const | Matriz | |
Inversa() const | Matriz | |
m | Matriz | private |
Matriz(int m=3, int n=3) | Matriz | explicit |
Matriz(const Matriz &v) | Matriz | |
n | Matriz | private |
ObtenerNumCol() const | Matriz | |
ObtenerNumRen() const | Matriz | |
operator*(double escalar, const Matriz &v) | Matriz | friend |
operator*(const Matriz &v) const | Matriz | |
operator*(double escalar) const | Matriz | |
operator+(const Matriz &v) const | Matriz | |
operator-(const Matriz &v) const | Matriz | |
operator<<(std::ostream &out, const Matriz &v) | Matriz | friend |
operator=(const Matriz &v) | Matriz | |
operator>>(std::istream &in, Matriz &v) | Matriz | friend |
Redimensionar(unsigned int nuevo_m, unsigned int nuevo_n) | Matriz | |
Transpuesta() const | Matriz | |
~Matriz() | Matriz |