Matriz
Biblioteca que permite crear matrices Algebraicas y realizar operaciones con estas
Loading...
Searching...
No Matches
Matriz Member List

This is the complete list of members for Matriz, including all inherited members.

Capturar()Matriz
Cofactores() constMatriz
componenteMatrizprivate
Determinante() constMatriz
EstablecerDim(int m, int n)Matrizprivate
Imprimir() constMatriz
Inversa() constMatriz
mMatrizprivate
Matriz(int m=3, int n=3)Matrizexplicit
Matriz(const Matriz &v)Matriz
nMatrizprivate
ObtenerNumCol() constMatriz
ObtenerNumRen() constMatriz
operator*(double escalar, const Matriz &v)Matrizfriend
operator*(const Matriz &v) constMatriz
operator*(double escalar) constMatriz
operator+(const Matriz &v) constMatriz
operator-(const Matriz &v) constMatriz
operator<<(std::ostream &out, const Matriz &v)Matrizfriend
operator=(const Matriz &v)Matriz
operator>>(std::istream &in, Matriz &v)Matrizfriend
Redimensionar(unsigned int nuevo_m, unsigned int nuevo_n)Matriz
Transpuesta() constMatriz
~Matriz()Matriz